/*
 * 
 */

@import url(http://fonts.googleapis.com/css?family=Lora:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Component containers
----------------------------------*/

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}



body {
     margin: 0;
     padding: 0;
     font-size: 100%; 
     line-height: 1.5;
     background-color: #32a9a7;
     font-size: 30px;
font-family: 'Montserrat', sans-serif;    
color: #ffffff;

}

img.logo_theme {
	max-width: 100%;
	height: auto;
	padding: 0px 15px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
p {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-variant: normal;
}

h1 {
	margin: 5px 5px;
}
h1 span {
text-transform: uppercase;
letter-spacing: 6px;
  font-size: 16px;
  font-weight: 700;
  
  }



.wow {
  visibility: hidden;
}


/*-------------------------------------------------------------------------*/
/*  3.  Float & clear & cover
/*-------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.hidden {
    display: none;
}

.overf {
    position: relative;
    overflow: hidden;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.textalignleft {
    text-align: left;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right;
}

img.alignleft {
    float: left;
    margin: 20px 25px 20px 0;
}

img.alignright {
    display: block;
    margin: 20px 0 20px 25px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto !important;
}

img.alignnone {
    display: block;
    margin: 20px 0;
}

.img_full_responsive {
	width: 100%;
	height: auto;
}



/*-------------------------------------------------------------------------*/
/*    Margins - Padding - Special Classes
/*-------------------------------------------------------------------------*/

.no_padding {
	padding: 0;
}
.xxsmall_padding {
	padding: 10px 0 10px;
}

.xsmall_padding {
	padding: 20px 0 20px;
}
.small_padding {
	padding: 40px 0 40px;
}

.medium_padding {
	padding: 70px 0 70px;
}

.large_padding {
	padding: 100px 0 100px;
}
.big_padding {
	padding: 250px 0 250px;
}

.margin-0 {
	margin-bottom: 0 !important;
}

.margin-10 {
	margin-bottom: 10px !important;
}

.margin-15 {
	margin-bottom: 15px !important;
}

.margin-20 {
	margin-bottom: 20px !important;
}

.margin-30 {
	margin-bottom: 30px !important;
}

.margin-40 {
	margin-bottom: 40px !important;
}

.margin-50 {
	margin-bottom: 50px !important;
}

.margin-60 {
	margin-bottom: 60px !important;
}

.margin-70 {
	margin-bottom: 70px !important;
}

.margin-80 {
	margin-bottom: 80px !important;
}

.margin-90 {
	margin-bottom: 90px !important;
}

.margin-100 {
	margin-bottom: 140px !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

/* Margin Top */

.margin-0top {
	margin-top: 0 !important;
}

.margin-10top {
	margin-top: 10px !important;
}

.margin-15top {
	margin-top: 15px !important;
}

.margin-20top {
	margin-top: 20px !important;
}

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

.margin-40top {
	margin-top: 40px !important;
}
.margin-50top {
	margin-top: 50px !important;
}

.margin-70top {
	margin-top: 70px !important;
}






/* ==================================================
    Out grid full 
================================================== */


/* Out grid full                       
================================================== */


.container_out {
max-width: 1920px;
margin: 0 auto;
}

.color_bg_post {
	width: 100%;
	padding-bottom: 15px;
}




.block-left {
width: 50%;
display: inline-block;
}

.block-right {
width: 50%;
display: inline-block;
vertical-align: top;
}

.block-left .block-left-main {
padding: 45px 45px 45px 45px;
}

.block-right .block-right-main {
padding: 45px 45px 45px 45px;
}



/* media query img  */

@media (max-width:1200px){


.block-left {
width: 65%;
display: inline-block;
}

.block-right {
width: 35%;
display: inline-block;
vertical-align: top;
}

}






@media (max-width: 1500px)
.block-left .block-left-main, .block-right .block-right-main {
padding-right: 50px;
padding-left: 50px;
}


/* page Single post */



.block-left-single {
width: 60%;
display: inline-block;
}



.block-center-single {
width: 15%;
display: inline-block;
vertical-align: top;
}




.block-right-single {
width: 25%;
display: inline-block;
vertical-align: top;
}





.block-left-single .block-left-main-single {
padding: 45px 60px 0px 45px;
}

.block-center-single .block-center-main-single {
padding: 45px 0px 0px 45px;
}


@media (max-width:1200px){
.block-center-single {
   display: none !important;
   }
   
.block-left-single {
   width: 65%;
   }

.block-right-single {
   width: 35%;
   }
   
}

@media (max-width:950px){

   
.block-left-single {
   width: 100%;
   }

.block-right-single {
   display: none !important;
   }
  
.block-left {
   width: 100%;
   } 
.block-right {
   display: none !important;
   }
   
}






.block-right-single .block-right-main-single {
padding: 45px 60px 50px 50px;
}



@media (max-width: 1500px)
.block-left-single .block-left-main-single, .block-right-single .block-right-main-single {
padding-right: 50px;
padding-left: 50px;
}






/* ==================================================
    List Features
================================================== */





ul.list_feat li {
	font-size: 18px;
}






/* ==================================================
    DEMO OPTIONS
================================================== */


.central_text{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}



/*  BUTTON - Continue reading -
================================================== */

.button_cont {
    
	padding: 12px 27px;
	font-size: 13px;
	
	display: inline-block;
	background-color: transparent;
	color: #515151;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 21px;
	
		
	-webkit-transform-style: preserve-3d;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	}

/*--- Hover/Active/Focus State ---*/

.button_cont:hover,
.button_cont:active,
.button_cont:focus {
	opacity: 0.6;
	-webkit-transform-style: preserve-3d;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	}

/* --- Button Sizes --- */


.button_cont.button_mini,
.button_slide.button_mini {
	padding: 5px 18px;
	font-size: 11px;
	}
	
.button_cont.button_small,
.button_slide.button_small {
	padding: 7px 23px;
	font-size: 12.5px;
	}

.button_cont.button_medium,
.button_slide.button_medium {
	padding: 11px 35px;
	font-size: 13.5px;
	}

.button_cont.button_large,
.button_slide.button_large {
	padding: 13px 40px;
	font-size: 14.5px;
	}

.button_cont.button_full,
.button_slide.button_full {
	padding: 60px 40px;
	font-size: 13px;
	width: 100%;
	}




/*-------------------------------------------------------------------------*/
/*  7.  Navigation
/*-------------------------------------------------------------------------*/



.header {
	width: 100%;
	min-height: 85px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #1a1716;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
	transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	}

.header--hidden {
	-webkit-transform: translateY( -100% );
	-ms-transform: translateY( -100% );
	transform: translateY( -100% );
	}

.header .container {
	height: 100%;
	}
							







/* Header  Responsive Navigation */

#mobile-nav,
#navigation-mobile {
    display: none;
    }

.menu-nav {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    z-index: 99;
    text-align: center;
    margin-top: 0px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
    }

.menu-nav i {
    font-size: 20px;
    margin-top: 13px;
    color: #fff;
    }

.menu-nav:hover {
    opacity: 0.6;
    }

#navigation-mobile {
    position: relative;
    z-index: 21;
    display: none;
    background: #2E3030;
    clear: both;
    }

#menu-nav-mobile {
    margin: 0;
    padding: 10px 0;
    }

#menu-nav-mobile li {
    border-top: 1px dashed #525252;
    list-style: none;
    }

#navigation-mobile li:first-child {
    border-top: none;
    }

#navigation-mobile li a {
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #e1e1e1;
    font-size: 14px;
    }

#navigation-mobile li a:hover {
    color: #5296b4;
    }

#menu-nav-mobile ul.sub-menu {
    position: relative;
    top: auto;
    margin: 0;
    width: auto;
    background: transparent;
    }

#menu-nav-mobile ul.sub-menu li {
    margin-top: 0;
    height: auto;
    border-top: 1px dashed #525252;
    }

#menu-nav-mobile .sub-menu li a {
    padding-left: 20px;
    }

#menu-nav-mobile .menu-parent-item i {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -8px 0 0 0;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    }

#menu-nav-mobile .menu-parent-item.open i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    }




/*--- Media Query Menu ---*/

@media (max-width:1200px){
	
#nav-ilgelo-main {
    display: none;
    }
#ig_menu,
.nav_ig {
    display: none;
    }
#cont_social {
    display: none;
    }
#cont_cart {
    display: none;
    }    
#mobile-nav {
    display: inline;
    float: right;
    }
.cont_social_style2 {
    display: none;
    }
}



/*--- Social mobile Up ---*/


#up_container {
      background-color: #000; /* Dynamic  */
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 50;
      bottom: 0px;
      z-index: 9999999999;
      }
     
#closer {
      float: right;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      }
     
#closer:hover {
      opacity: 0.4;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;   
      }

#closer a {
      color: #fff;  /* Dynamic  */
      font-size: 15px;
      }

#closer i {
      color: #fff;  /* Dynamic  */
      font-size: 20px;
      padding: 20px 20px 20px 5px;
      }
     
#border_up_container {
      width: 100%;
      height: 10px;
      padding: 0;
      margin: 0;
      background-color: #282f32;  /* Dynamic  */
      }
 

/* social up  */



/* Social Mobile  */

.modal-dialog {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 800;
    -webkit-backface-visibility: hidden;
    }

.social-profile-container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    }

.social-profile-container a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 2px;
    background: 0 0;
    -webkit-transition: background .215s ease-in-out 0s;
    transition: background .215s ease-in-out 0s;
    }


.social-profile-container a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    color: #000; /* Dynamic */
    font-size: 18px;
    -webkit-transition: color .215s ease-in-out 0s;
    transition: color .215s ease-in-out 0s;
    }

.social-profile-container a i:hover {
      color: #dadada; /* Dynamic */
       }






/* Banner Button                          
================================================== */

section.banner_bt {
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px #dadada solid;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}


.btn {
font-weight: 500;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid transparent;
-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.09);
box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
}


.btn-success {
background-color: #7EC2BA;
padding: 12px 29px;
 transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     font-size: 14px !important;

     }

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
background-color: #476b77;
color: #fff;
border: 1px solid transparent;
transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}

.btn-support {
background-color: #eaedee;
color: #515151;
padding: 11px 20px;
transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     font-size: 12px !important;
	letter-spacing: 1px;

     }






button.no_border_right {
	 -webkit-border-top-right-radius: 0px !important;
     -webkit-border-bottom-right-radius: 0px !important;
     
     	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-topright: 0px !important;
	
	border-bottom-right-radius: 0px !important;
		border-top-right-radius: 0px !important;

}


a.price span {
	background-color: #acb27d;
color: #fff;
line-height: 1.5;
	font-weight: 700;
padding: 12px 14px 14px 13px;
border-left: 5px solid #A0A376;
     -webkit-border-top-right-radius: 3px;
     -webkit-border-bottom-right-radius: 3px;
     -webkit-border-bottom-left-radius: 3px;
     -webkit-border-top-left-radius: 3px;

	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-moz-top-radius-topleft: 0px;
	-moz-top-radius-bottomleft: 0px;
	
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	border: 1px solid transparent;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);

	
}



/* ==================================================
   Social Icon Navigation
================================================== */

#ig-top-social {
	float: right;
	margin-right: 30px;
	padding-top: 15px;
	height: 15px;
}
 



#ig-top-social a {
	line-height: 50px;
	font-size: 16px;
	margin-left: 8px;
	}

#ig-top-social a i {
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;

	color: #c2c2c2; /* Dynamic */
	}

#ig-top-social a:hover i { 
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;

	color: #7EC2BA ;  /* Dynamic */
	}




/* Media Q  */

@media (max-width:1200px){

#nav-ilgelo {
    display: none;
    }
    
#top-search {
    display: none;
    }
    
#ig-top-social {
    display: none;
    }
}



/* ==================================================
   Footer
================================================== */



/* Sub Footer  */

.sub_footer {
background-color: #1a1716;
text-align: center;
    position: fixed;
    width: 100%;
right: 0;
  bottom: 0;
  left: 0;
  
  }

.sub_footer p {
	color: #ffd7bf;
font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	padding: 25px 0px;
}












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

ANIMATIONS

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





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

Primary style

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

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 100px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}


.cd-intro {
    margin: 200px auto 0px;
     max-width: 850px;
  text-align: center;
  
}

.cd-headline {
  font-size: 3rem;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 30px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  letter-spacing: 0px;
  font-weight: normal !important;
  
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}



















/* ==================================================
   Animation Hover demo
================================================== */




.ig-image-scroll {
    line-height: 0px;
    height: 375px;
    overflow: hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    border: solid 5px #fff;

}
.ig-image-scroll img {
    -webkit-transition:all 2s ease-in-out;
    -moz-transition:all 2s ease-in-out;
    -o-transition:all 2s ease-in-out;
    transition:all 2s ease-in-out;
    -ms-transform: translateY(0%); /* IE 9 */
    -webkit-transform: translateY(0%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(0%); /* Chrome, Safari, Opera */
    transform: translateY(0%); /* Standard syntax */
}


.ig-image-scroll-food:hover img {
    -webkit-transition:all 3s ease-in-out;
    -moz-transition:all 3s ease-in-out;
    -o-transition:all 3s ease-in-out;
    transition:all 3s ease-in-out;
    -ms-transform: translateY(-74%); /* IE 9 */
    -webkit-transform: translateY(-74%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(-74%); /* Chrome, Safari, Opera */
    transform: translateY(-74%); /* Standard syntax */
}


.ig-image-scroll-travel:hover img {
    -webkit-transition:all 3s ease-in-out;
    -moz-transition:all 3s ease-in-out;
    -o-transition:all 3s ease-in-out;
    transition:all 3s ease-in-out;
    -ms-transform: translateY(-74%); /* IE 9 */
    -webkit-transform: translateY(-74%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(-74%); /* Chrome, Safari, Opera */
    transform: translateY(-74%); /* Standard syntax */
}



.ig-image-scroll-fashion:hover img {
    -webkit-transition:all 3s ease-in-out;
    -moz-transition:all 3s ease-in-out;
    -o-transition:all 3s ease-in-out;
    transition:all 3s ease-in-out;
    -ms-transform: translateY(-70%); /* IE 9 */
    -webkit-transform: translateY(-70%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(-70%); /* Chrome, Safari, Opera */
    transform: translateY(-70%); /* Standard syntax */
}



.ig-image-scroll-lifestyle:hover img {
    -webkit-transition:all 3s ease-in-out;
    -moz-transition:all 3s ease-in-out;
    -o-transition:all 3s ease-in-out;
    transition:all 3s ease-in-out;
    -ms-transform: translateY(-67%); /* IE 9 */
    -webkit-transform: translateY(-67%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(-67%); /* Chrome, Safari, Opera */
    transform: translateY(-67%); /* Standard syntax */
}


h1.title-demo {
    font-size: 70px;
    line-height: 0px;
    padding-top: 60px;
    /* font-family: 'Playfair Display', serif;*/
    /* font-family: "Source Sans Pro", sans-serif;*/
    font-weight: normal;
}



h1.title-demo a {
	color: #303030;
	text-decoration: none;   
	font-family: 'Playfair Display', serif;
	font-size: 85px;
}





.description-theme p {
    font-size: 14px;
    margin-top: 30px;
    font-family: 'Lora', sans-serif;    
padding: 0px 15px;
}





.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  line-height: 45px;
  margin-top: -15px;
  position: absolute;
  z-index: 1;
  cursor: default;
}
.badge.hot {
  background: #ffafa1;
}
.badge.new {
  background: #2ecc71;
}





.cont_header {
  padding-bottom: 20px;
	
}



/* Test animation  */




.border_b_button_cont {
text-align: center;
margin-top: 20px;
margin-bottom: 5px;
 }
 
 
 @media (max-width:1000px){


.border_b_button_cont {
text-align: center;
margin-top: 20px;
margin-bottom: 50px;
 }
}





.border_b_button_cont a {
  text-decoration: none;
  color: #fff;
}


.border_b_button_cont h2 {
  font-size: 13px;
  text-transform: uppercase;
font-weight: normal;
   text-decoration: none;
  letter-spacing: 1px;
margin-bottom: 0px;
  
     }







.border_b_button_cont h2:after {
    content: "";
    width: 10%;
    left: 0;
    right:0;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease 0s;
    height:3px;
    z-index: -1;
    margin: -5px auto;
    background: none repeat scroll 0 0 #ffafa1;
    
   }

.border_b_button_cont:hover h2:after,
.col-md-4:hover h2:after
 {
    width: 25%;
}



/* Buy Now Button */



.buy_now_button_cont {
    position: relative;
    margin: 30px auto 0px;
    width: 100px;
}
.buy_now_button a {
    text-decoration: none;
    color: #515151;
}
.buy_now_button  {
    text-align: center;
}
.buy_now_button h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0px 0px 8px 0px;
    color: #ffd7bf;
}
.buy_now_button  h2:after {
    content: "";
    width: 10%;
    left: 0;
    right:0;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease 0s;
    height:3px;
    z-index: -1;
    margin:0 auto;
    background: none repeat scroll 0 0 #ffafa1;
}
.buy_now_button:hover h2:after {
    width: 25%;
}





/* ==================================================
    Coming soon
================================================== */


.coming_soon_cont{
	width: 100%;
  height: 375px;
  background-color: #dadada;
  border: 4px solid #fff;
  display: table;
  text-align: center;
  opacity: 0.5;
}

.coming_soon_cont p {
 display: table-cell;
    vertical-align: middle;
    font-size: 13px;



}




