@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900&subset=latin-ext);

body {
    font-family:  'Open Sans',Arial;
    color: #444;
    font-weight: 300;
}
a {
    font-family: 'Open Sans', Arial;
}

.btn-box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 30px;
    margin: 40px; 
    padding: 20px;


}
section#about .cond-item i.fa {
    //  border: 2px solid #66cc99;
    color: #66cc99;
    // margin-right: 10px;
}
section#about .cond-item:hover i.fa {
    color: #ffffff;
    background: #66cc99;
}
section#about .cond-item:hover h3 {
    color: #66cc99;
}

section#about .cond-item {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    color: #999999;
}

section#about .aboutut {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}

section#conditions {
    position: relative;
}
section#conditions .conditions-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
section#conditions .about-conditions i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}

section#conditions .conditions-item i.fa {
    border: 2px solid #66cc99;
    color: #66cc99;
}
section#conditions .conditions-item:hover i.fa {
    color: #ffffff;
    background: #66cc99;
}
section#conditions .conditions-item:hover h3 {
    color: #66cc99;
}
/*
.section-heading {

    text-align: left;
}

.section-heading .divider:after {

    text-align: center;

}*/

.stt {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    color: #666;
}

.dividerxx {
    background: -webkit-linear-gradient(left right, #66cc99, blue, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#66cc99, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#66cc99, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#66cc99, blue); /* Standard syntax */
}
/*
.section-heading p {
    margin-top: 20px;
}

.section-heading .divider:after {
    position: absolute;
    left: 0px;
}
*/


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Arial;
    color: #333;
}

.section-heading p {

    color: #666;

}

.thumbnail {
    background: none;
}

section#demo {

    background: #ffffff;
}

section#about {

    background: #f6f6f6;
}


section#about .about-item {

    color: #666;
}

section#features .media .media-body {
    color: #666;
}

section#reviews .review-filtering .review .review-comment p {

    color: #666;
}

section#screens .slider div h4 {
    color: #666;
}


section#screens .filter a {
    border: 2px solid #cccccc;
    color: #666;
}

section#about .cond-item {

    color: #666;
}

.bico {

    //  margin-right: 0px;
}

section#features .media .media-body {
    color: #222;
    font-size: 17px;
}

footer .rights {
    font-weight: 400;
}

.btn-list {

    padding: 0px 25px;
}

@media screen and (max-width: 640px) {
    .logo {
        width: auto;
        height: auto;
    }
}


header .navbar-default ul.navbar-nav li a {
    text-transform: none;
}

.eventreviews {

    background: url("../img/eco/bk-eco-dark.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

section#reviews2 .review-filtering .slick-dots li button {
    background: #ffffff;
    border: 2px solid #ffffff;
}
section#reviews2 .review-filtering .slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

section#reviews2 .review-filtering .slick-dots li.slick-active button {
    background: #026867;
}


/*
section#eventreviews h2 {
  
  
  color: white;
}
*/

header .navbar-default.plain {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default.plain .navbar-brand {
    padding: 15px 20px;
}
header .navbar-default.plain .navbar-brand img {
    width: auto;
    max-height: 33px;
}
header .navbar-default.plain ul.navbar-nav {
    padding-top: 15px;
}

@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }
    header .navbar-default ul.navbar-nav li a {
        color: #ffffff;
        border-bottom: 1px solid #753e76;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a:after {
        display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
        color: #cc6698;
    }
    header .navbar-default .navbar-collapse {
        background: #6b396c;
    }
    header .navbar-default.plain {
        background: #6b396c;
    }
    header .navbar-default.plain ul.navbar-nav li a {
        color: #ffffff;
    }
    header .navbar-default.plain ul.navbar-nav li a:hover {
        color: #cc6698;
    }
}

.bvm.navbar-default ul.navbar-nav li a {
    color: #6b396c;
    background: none;
}

.bvm.navbar-default.plain {
    border-bottom: 3px solid #6b396c;
}

.bvm.navbar-default.plain .navbar-brand {
    background: #6b396c;
}

.bvm.navbar-default ul.navbar-nav li a:hover {
    color: #b05eb1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-w {
    color: white;
    border: 1px;
    border-color: wheat;
}

.btn-w:hover {
    border: 1px;
    //border-color: #4b2b35;
    border-color: #000;
    background-color:  #cc6698;
}

.btn-warning:hover {
    color:black;
    background-color:  #f4db16;
}

.wt {


    color: white; }

.btn-order {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #ffd325 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #ffd325, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd325), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd325', endColorstr='#fcbe00');
    color: #000000;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-order:hover {
    //opacity: 0.5;
    background: linear-gradient(to bottom, #fcbe00 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #fcbe00, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcbe00), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbe00', endColorstr='#fcbe00');
    //opacity: 0.5;
    color: white;
}

.btn-order-lg {
    padding: 0.5em 1.2em;
    font-size: 40px;
    line-height: 1;
}

.btn-more {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #cc6698 0%, #6b396c 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #cc6698, #6b396c) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc6698), to(#6b396c)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6698', endColorstr='#6b396c');
    color: white;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-more:hover {
    background: linear-gradient(to bottom, #cc6698 0%, #cc6698 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #cc6698, #cc6698) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc6698), to(#cc6698)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6698', endColorstr='#cc6698');
    //opacity: 0.5;
    color: black;
}

.favourite {

    /*
    background: linear-gradient(45deg, #ff9a45 0%, #f5d742 100%) no-repeat border-box;
    background: -moz-linear-gradient(45deg, #ff9a45, #9b5e2a) no-repeat border-box;
    background: -webkit-gradient(25deg, from(#ff9a45), to(#f5d742)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a45', endColorstr='#9b5e2a');
    */
    background: #ff9a45;
    color:white; 
    margin-bottom: 0px;
    font-weight: 500;
    border-bottom: 0px;
    border-color: #d8833a;
}

.noul:hover{
    
    text-decoration: none;
   
        
}

.noul{
    
    
    color: #222
}

section#singles {
  position: relative;
}
section#singles .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#singles .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}

section#singles .about-item i.fa {
  border: 2px solid #cc6698;
  color: #cc6698;
}
section#singles .about-item:hover i.fa {
  color: #ffffff;
  background: #cc6698;
}
section#singles .about-item:hover h3 {
  color: #cc6698;
}
