#hero .carousel-Vcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .Vcarousel-content {
  text-align: center;
}

.visiblT {
letter-spacing: 1px;
padding: 12px;
border-radius: 50px;
transition: 0.5s;
line-height: 1;
color: #fff;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
background: #db820a54;

}
/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(38, 160, 55, 0.14);border-radius: 50px;

}

/* front pane, placed above back */
.front {
	z-index: 2;background-color:#db820a;border-radius: 50px;

}
.front h3{
	color:#FFFFFF;
}
/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;border-radius: 50px;
		background:#F3F9F1

}

.back .btn-simple{
    position: absolute;
    left: 39px;
    bottom: 4px;
}
.back h4{
	color:#db820a;
}

/*        Style       */


.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50px;
    color: #444444;
	border: 1px solid rgba(255, 2550, 255, 0);
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
}
.card-container, .front, .back {
	width: 100%;
	height: 420px;
}
.card .cover{
    height: 250px;
    overflow: hidden;
   border-radius: 50px;
}
.card .cover img{
    width: 100%;border-radius: 50px;
}
/*.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}*/

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 115px;
}
.card .name {
    /*font-size: 22px;*/
    line-height: 28px;
    margin: 5px;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #cbebcf;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -6px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #db820a;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container{
	width: 100%;
	margin-top: 50px;
}

/*      Just for presentation        */

.title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}
.title small{
    font-size: 17px;

    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.space-30{
	height: 30px;
	display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}
.white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.ct-heart{
    color: #F74933;
}

 pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}

#msBN {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    width: 100%;
    /*background: rgba(198, 8, 29, 0.8);*/
    color: #FFFFFF;
    padding: 5px;
    box-shadow: 3px 4px 3px 4px #f0c106;
    background: linear-gradient(to bottom, #f0c106 5%, #db820a 100%);
        background-color: rgba(0, 0, 0, 0);
    background-color: #c6081d;
}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  /*line-height: 35px;
  font-size: 16px;*/
}
/* NEWSLETTER */
#subscribeModal .modal-content{
	overflow:hidden;
}
.ah2{
    color:#db820a;
    margin-bottom:0;
    text-decoration:none;
}
#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	padding-left:30px;
}
#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding-right:20px;
	background:#db820a;
	border-color:#db820a;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #db820a;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
	height: 155px;
    background: #f0c106;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #db820a;
    border-top: 10px solid #db820a;
}
#subscribeModal .bottom-strip{
	height: 155px;
    background: #f0c106;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #db820a;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #db820a;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #db820a;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #db820a;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #db820a;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle i {
color:#FFFFFF;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}









.fewo .card {
    background-color: #fff;
    border:#915304 1px solid;
    border-radius: 20px;padding: 3px;
   /* width: 190px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)*/
}

.fewo .image-container {
    position: relative
}

.fewo .thumbnail-image {
    border-radius: 20px !important
}

.fewo .dgreen {
    background-color:#64A352  !important;
    color: #fff
}

.fewo .dback {
    background-color:#915304  !important;
    color: #fff
}
.fewo .discount {
    background-color: red;
    padding-top: 1px;
    padding-bottom: 1px;
	margin:3px;
    padding-left: 4px;
    padding-right: 4px;
   /* font-size: 10px;*/
    border-radius: 6px;
    color: #fff
}

.fewo .wishlist {
    height: 25px;
    width: 25px;margin:3px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.fewo .first {
    position: absolute;
    width: 100%;
    padding: 9px
}

.fewo .dress-name {
    font-weight: bold;
    width: 75%
}

.fewo .new-price {
font-size:24px;
    font-weight: bold;
    color: red
}

.fewo .old-price {
   
    font-weight: bold;
    color: grey
}

.fewo .btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 3px
}




.fewo .item-size {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    /*font-size: 10px;*/
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.fewo .rating-star {
   /* font-size: 10px !important*/
}

.fewo .rating-number {
    /*font-size: 10px;*/
    color: grey
}

.fewo .buy {
   // font-size: 12px;
    color: purple;
    font-weight: 500
}

.fewo .voutchers {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 190px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden
}

.fewo .voutcher-divider {
    display: flex
}

.fewo .voutcher-left {
    width: 60%
}

.fewo .voutcher-name {
    color: grey;
    /*font-size: 9px;*/
    font-weight: 500
}

.fewo .voutcher-code {
    color: red;
    /*font-size: 11px;*/
    font-weight: bold
}

.fewo .voutcher-right {
    width: 40%;
    background-color: purple;
    color: #fff
}

.fewo .discount-percent {
    /*font-size: 12px;*/
    font-weight: bold;
    position: relative;
    top: 5px
}

.fewo .off {
    /*font-size: 14px;*/
    position: relative;
    bottom: 5px
}


/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */

/*
Theme Name: Modern - Bootstrap 4 Cards
Theme URI: http://adamthemes.com/
Author: AdamThemes
Author URI: http://adamthemes.com/
Description: Modern - Bootstrap 4 Cards by AdamThemes
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: card, cards, css3, modern, adamthemes, bootstrap, profile
*---------------------------------------------------------------------- */

/*---------------------------------------------------------------------- 
TABLE OF CONTENTS

// 1. SECTIONS
// 2. CARDS
//      2.1 Card Table 
//      2.1 Card Blog 
//      2.1 Card Background 
//      2.1 Card Profile 
//      2.1 Card Category 
//      2.1 Card Author 
//      2.1 Card Product
//      2.1 Card Testimonial
//      2.1 Text Color
// 3. BUTTONS
// 4. SOCIAL MEDIA BUTTONS
// 5. BOOTSTRAP COL-MD-12 CLASS
// 6. FONT AWESOME FA CLASS

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

/*---------------------------------------------------------------------- /
SECTIONS
----------------------------------------------------------------------- */

.section-cards {
	z-index: 3;
	position: relative;
}

.section-gray {
	background: #e5e5e5;
	padding: 60px 0 30px 0;
}

/*---------------------------------------------------------------------- /
CARDS
----------------------------------------------------------------------- */

.card {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 15px;
	color: rgba(0, 0, 0, 0.87);
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
	height: 70%;
	position: relative;
	overflow: hidden;
	margin:auto;
	margin-top: -30px;
	border-radius: 30px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	pointer-events: none;
}

.card .card-image .card-caption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 1.3em;
	text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
	width: 100%;
	height: auto;
}

.img-raised {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
	margin-top: 15px;
}

.card .ftr div {
	display: inline-block;
}

.card .ftr .author {
	color: #888;
}

.card .ftr .stats {
	float: right;
	line-height: 30px;
}

.card .ftr .stats {
	position: relative;
	top: 1px;
	font-size: 14px;
}

/* ============ Card Table ============ */

.table {
	margin-bottom: 0px;
}

.card .table {
	padding: 15px 30px;
}

.card .table-primary {
	background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
	background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
	background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
	background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
	background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
	background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
	color: #ffffff;
	border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
	color: #ffffff;
}

.card [class*="table-"] .icon i {
	border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
	color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
	color: #ffffff;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
	color: rgba(255, 255, 255, 0.8);
}

/* ============ Card Blog ============ */

.card-blog {
	margin-top: 30px;
}

.card-blog .card-caption {
	margin-top: 5px;
}

.card-blog .card-image + .category {
	margin-top: 20px;
}

.card-raised {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* ============ Card Background ============ */

.card-background {
	background-position: center;
	background-size: cover;
	text-align: center;
}

.card-background .table {
	position: relative;
	z-index: 2;
	min-height: 280px;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 440px;
	margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
	color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
	color: #ffffff;
	margin-top: 10px;
}

.card-background:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	table: "";
	background-color: rgba(0, 0, 0, 0.56);
	border-radius: 6px;
}

/* ============ Card Profile ============ */

.card-profile {
	margin-top: 30px;
	text-align: center;
}

/* ============ Card Category ============ */

.category {
	position: relative;
	line-height: 0;
	margin: 15px 0;
}

.card .category-social .fa {
	font-size: 24px;
	position: relative;
	margin-top: -4px;
	top: 2px;
	margin-right: 5px;
}

/* ============ Card Author ============ */

.card .author .avatar {
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 5px;
}

.card .author a {
	color: #333;
	text-decoration: none;
}

.card .author a .ripple-cont {
	display: none;
}

/* ============ Card Product ============ */

.card-product {
	margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
	padding: 0;
}

.card-product .ftr {
	margin-top: 5px;
}

.card-product .ftr .stats {
	margin-top: 4px;
	top: 0;
}

.card-product .ftr h4 {
	margin-bottom: 0;
}

.card-product .card-caption,
.card-product .category,
.card-product .card-description {
	text-align: center;
}

.card-description p {
	color: #888;
}

.card-caption,
.card-caption a {
	color: #333;
	text-decoration: none;
}

.card-caption {
	font-weight: 700;
	font-family: "Roboto Slab", "Times New Roman", serif;
}

/* ============ Card Testimonial ============ */

.card-testimonial {
	margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
	margin-left: 6px;
	margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
	max-width: 130px;
	max-height: 130px;
	margin: -50px auto 0;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
	margin-top: 0;
}

.card-testimonial .card-avatar {
	max-width: 100px;
	max-height: 100px;
}

.card-testimonial .card-description {
	font-style: italic;
}

.card-testimonial .card-description + .card-caption {
	margin-top: 30px;
}

.card-testimonial .icon {
	margin-top: 30px;
}

.card-testimonial .icon {
	font-size: 40px;
}

.card-testimonial .ftr {
	margin-top: 0;
}

.card-testimonial .ftr .card-avatar {
	margin-top: 10px;
	margin-bottom: -50px;
}

/* ============ Text Color ============ */

.text-warning {
	color: #ff9800;
}

.text-primary {
	color: #9c27b0;
}

.text-danger {
	color: #f44336;
}

.text-success {
	color: #4caf50;
}

.text-info {
	color: #00bcd4;
}

.text-rose {
	color: #e91e63;
}

.text-gray {
	color: #888;
}

/*---------------------------------------------------------------------- /
BUTTONS
----------------------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn,
.navbar .navbar-nav > li > a.btn {
	border: none;
	border-radius: 3px;
	position: relative;
	padding: 12px 30px;
	/*margin: 10px 1px;*/
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	will-change: box-shadow, transform;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
		background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:focus,
.btn:active,
.btn:active:focus {
	outline: 0;
}

.btn.btn-round,
.navbar .navbar-nav > li > a.btn.btn-round {
	border-radius: 30px;
}

.btn.btn-just-icon,
.navbar .navbar-nav > li > a.btn.btn-just-icon {
	font-size: 20px;
	padding: 12px 12px;
	line-height: 1em;
}

.btn.btn-just-icon i,
.navbar .navbar-nav > li > a.btn.btn-just-icon i {
	width: 20px;
}

/* Button Info */

.btn.btn-info {
	background-color: #00bcd4;
	color: #ffffff;
}

.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
	box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

/* Button Danger */

.btn.btn-danger {
	background-color: #f44336;
	color: #ffffff;
}

.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

/* Button Warning */

.btn.btn-warning.btn-simple:hover,
.btn.btn-warning.btn-simple:focus,
.btn.btn-warning.btn-simple:active {
	background-color: transparent;
	color: #ff9800;
}

.btn.btn-warning.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-warning.btn-simple {
	background-color: transparent;
	color: #ff9800;
	box-shadow: none;
}

.btn.btn-warning,
.navbar .navbar-nav > li > a.btn.btn-warning {
	box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14),
		0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

/* Button Rose */

.btn.btn-rose.btn-simple:hover,
.btn.btn-rose.btn-simple:focus,
.btn.btn-rose.btn-simple:active {
	background-color: transparent;
	color: #e91e63;
}

.btn.btn-rose.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-rose.btn-simple {
	background-color: transparent;
	color: #e91e63;
	box-shadow: none;
}

/* Button White */

.btn.btn-white,
.btn.btn-white:focus,
.btn.btn-white:hover {
	background-color: #ffffff;
	color: #888;
}

.btn.btn-white.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-white.btn-simple {
	color: #ffffff;
	background: transparent;
	box-shadow: none;
}

/*---------------------------------------------------------------------- /
SOCIAL MEDIA BUTTONS
----------------------------------------------------------------------- */

/* facebook */

.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook {
	background-color: #3b5998;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
		0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}

.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook:hover {
	background-color: #3b5998;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}

.btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
	color: #3b5998;
	background-color: transparent;
	box-shadow: none;
}


/*twitter*/

.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter {
	background-color: #55acee;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14),
		0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}

.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter:hover {
	background-color: #55acee;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}

.btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
	color: #55acee;
	background-color: transparent;
	box-shadow: none;
}

/*pinterest*/

.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest {
	background-color: #cc2127;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14),
		0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
}

.btn.btn-pinterest:focus,
.btn.btn-pinterest:active,
.btn.btn-pinterest:hover {
	background-color: #cc2127;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
}

.btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
	color: #cc2127;
	background-color: transparent;
	box-shadow: none;
}

/*google*/

.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google {
	background-color: #dd4b39;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14),
		0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}

.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google:hover {
	background-color: #dd4b39;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
	color: #dd4b39;
	background-color: transparent;
	box-shadow: none;
}

/*dribbble*/

.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble {
	background-color: #ea4c89;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14),
		0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
}

.btn.btn-dribbble:focus,
.btn.btn-dribbble:active,
.btn.btn-dribbble:hover {
	background-color: #ea4c89;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
}

.btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
	color: #ea4c89;
	background-color: transparent;
	box-shadow: none;
}

/*instagram*/

.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram {
	background-color: #125688;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14),
		0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}

.btn.btn-instagram:focus,
.btn.btn-instagram:active,
.btn.btn-instagram:hover {
	background-color: #125688;
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}

.btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
	color: #125688;
	background-color: transparent;
	box-shadow: none;
}

/*---------------------------------------------------------------------- /
BOOTSTRAP COL-MD-12 CLASS
----------------------------------------------------------------------- */

.col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}

/*---------------------------------------------------------------------- /
FONT AWESOME FA CLASS
----------------------------------------------------------------------- */

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/***********Only4Demo*******************/
/**************************************/

/* ======= GENERAL  ======= */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	line-height: 1.5em;
}

a {
	color: #9c27b0;
	text-decoration: none;
}

a:hover {
	color: #9c27b0;
	text-decoration: underline;
}

p {
	color: #3c4857;
}

header {
	border-bottom: 1px solid #dedede;
	text-align: center;
}

h1,
.h1 {
	font-size: 3.8em;
}

h2,
.h2 {
	font-size: 2em;
	line-height: 1.6em;
	margin: 15px 0 15px;
	font-weight: 700;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align: center;
}

h3,
.h3 {
	font-size: 1.825em;
	line-height: 1.4em;
	margin: 30px 0 30px;
	font-weight: 700;
	font-family: "Roboto Slab", "Times New Roman", serif;
	text-align: center;
}

h4,
.h4 {
	font-size: 1.3em;
	line-height: 1.55em;
}

h5,
.h5 {
	font-size: 1.25em;
	line-height: 1.55em;
	margin-bottom: 15px;
}

h6,
.h6 {
	font-size: 0.9em;
	font-weight: 500;
}



.box {
	position: relative;
	max-width: 600px;
	width: 90%;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #2980b9;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #915304ab;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 700 18px/1 "Lato", sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}
.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}
.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}
.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}
.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}


