/* Content */
body {
    font-family: 'Open Sans', sans-serif;
    background: #FEFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    margin: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: 'PT Serif', serif;
}
/* ===== Override the bootstrap defaults ===== */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
	font-weight: 600;
}
h6 {
    font-size: 12px;
}
a {
    color: #ff7f51;
}
a:hover, a:active {
    text-decoration: none;
    color: #ff7f51;
	font-weight: bold;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: normal;
}
.text-primary {
    color: #ce4257;
}
.text-success {
    color: #6AA91E;
}
.alert {
    border-radius: 0;
}
.text-muted {
    color: #999;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    border-radius: 0;
    font-size: 12px;
    height: 30px;
}
.img-thumbnail {
    border-radius: 0;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #b5a766;
    border-color: #b5a766;
}
/* ===== Override the bootstrap defaults ===== */

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs>li>a {border-radius: 0;}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #b5a766;
}

/* top */
#top {
    background-color: #333;
    padding: 5px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top .dropdown-menu {
    background: #333;
    margin-top: 10px;
}
#top form#language .dropdown-menu a {
    color: #fff;
}
#top #top-links .list-inline {
    margin-bottom: 0;
    padding-top: 3px;
	padding-bottom: 3px;
}
#top .btn-group .dropdown-menu {
    margin-top: 5px;
}
#top .btn-group .dropdown-menu .btn {
    padding: 3px 20px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #b5a766;
}
#top .btn-link, #top-links li, #top-links a {
    color: #f4f4f4;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #999;
}
#top .nav .open>a, #top .nav .open>a:focus, #top .nav .open>a:hover {
    background: transparent;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}

/* logo */
header #logo .img-responsive {
    display: inline-block;
}
@media (min-width: 769px) {
    header #logo {
		margin-top: 20px;
		margin-bottom: 20px; 
		text-align: center;
	}
}
@media (max-width: 768px) {
    header #logo {
		margin-top: 20px;
		margin-bottom: 20px; 
		text-align: center;
	}
}


/* ===== menu | Begin ===== */
#menu {
    background: #720026; /* FA9A85 */
    border-radius: 0;
/*  border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; */
    margin-bottom: 5px;
}
#menu .navbar {
	min-height: 100px;
}
#menu .navbar-brand {
  padding: 10px 15px 10px 10px;
  height: 60px;
  line-height: 60px;
}
#menu .navbar-brand img {
  height: 45px;
  width: auto;
}
#menu .nav > li > a {
    padding: 10px 15px 10px 15px;
    min-height: 15px; 
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 41px;
    border-right: 1px solid #E6E6E6;
}
#menu .nav > li > a > i {font-size: 18px; padding-right: 10px;}
#menu .nav > li:last-child > a {border-right: none;}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #ce4257; 
    color: #fff;
	box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}
#menu .nav li.active > a {
	background-color: #ce4257;
	box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}
#menu .nav li.active .dropdown-menu li.active > a:hover {
  background: #ce4257; /* #b5a766 */
}

#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 190px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #9B2335;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    font-weight: bold;
	box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
	background-color: transparent;
}
#menu .dropdown-inner a > i .fa-fw {
    padding-right: 10px;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
	box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
	font-weight: 800;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #b5a766;
}
#menu .btn-navbar {
    font-size: 16px;
    font-stretch: expanded;
    color: #FFF;
    padding: 10px 15px;
    float: right;
    background-color: #fff;
    color: #b5a766;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #b5a766;
    background-color: #f4f4f4;
	box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}
#menu .btn-search-menu {
    font-size: 18px;
    background: #E6E6E6;
    line-height: 43px;
    padding: 8px 20px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    #menu .container .navbar-collapse {
        padding-left: 0;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 0;
    }
	#menu .nav > li > a {
		border-right: none !important;
	}
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: #fff;
    }
    #menu .dropdown-inner {
        display: block;
		margin-top: 20px;
		margin-bottom: 10px;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #9B2335;
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background-color: #f7786b !important;
		color: #fff;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        /* color: #fff; */
    }
}
/* ===== menu | End ===== */

/* top-block */
#top-block {
    margin-bottom: 30px;
}
#top-block .owl-carousel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#top-block .owl-carousel .img-responsive {
    margin: 0 auto;
}
/* banner */
#bottom-a-block {
    background: url(../../../../../image/catalog/banners.png);
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
/* left sidebar */
#column-left .list-group {
    background: #fbfbfb;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#column-left .list-group a {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ececec;
}

/* content */
#content {
    min-height: 600px;
}
/* right sidebar */
#column-right .list-group {
    background: #fbfbfb;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#column-right .list-group a {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ececec;
}

/* ===== footer | Begin ===== */
footer {
    background: #4f000b;
    margin-top: 30px;
    padding: 40px 0 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.9;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #b5a766;
}
footer a {
    color: #fff;
	display: block;
}
footer a:active, footer a:hover {
    color: #f4f4f4 !important;
	font-weight: bold;
}
footer h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
    color: #f4f4f4;
}
footer .copyright {
    background: #004d4b;
    padding: 15px 0 5px 0;
    margin-top: 40px;
    font-size: 12px;
}
footer .copyright a {
    color: #b5a766;
}
/* Footer Scroll Top */
#scrollTop {
	position: fixed;
	opacity: 0.3;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 12px;	
	font-weight: bold;
	font-size: 16px;
	color: #484848;
	display: none;
	margin-top: 5px;
	bottom: 10px;
	left: 47.5%;
}

#scrollTop:hover {
	opacity:0.95;
}
/* Footer | Social Links */
.social-links {
	padding-top: 0px;
	margin-bottom: 10px;
}
.social-links a {
    margin: 0 2px;
    display: inline-block;
    padding: 5px 5px 3px 5px;
    border: 1px solid transparent;
}
.social-links a.facebook {
    background: #3b5998;
    color: #fff;
}
.social-links a.whatsapp {
    background: #25D366;
    color: #fff;
}
.social-links a.twitter {
    background: #38A1F3;
    color: #fff;
}
.social-links a:hover {
    background: transparent;
    border: 1px solid #b5a766;
    color: #b5a766;
}
.social-links i {
    font-size: 36px;
}
/* ===== footer | End ===== */

/* pages */
#content .register {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    overflow: hidden;
}
#content .register > h1 {
    margin-top: 0;
}


/* ===== Jumbotron | Begin ===== */
.jumbotron {
	background: #f3f2f2; /* 9F9C99 */
	color: #4f000b;
	border-radius: 0px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
    border: 0;
    border-bottom: solid 5px;
	border-bottom-style: groove;
	border-bottom-width: 5px;
	border-color: #303030;
}
.jumbotron h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;	
	color: #4f000b;
	font-size: 25px;
	margin-top: 5px !important;
	padding-top: 0 !important;
}
/* ===== Jumbotron | End ===== */

.box{
    border:1px solid #ccc;
    padding:20px;
}


/* breadcrumb */
.breadcrumb {
    margin: 0 0 5px 0;
    padding: 5px 0;
    /* border: 1px solid #ddd;
    border-radius: 0; */
	background: #f3f2f2;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    /* text-shadow: 0 1px 0 #FFF; */
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -5px;
    width: 22px;
    height: 22px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb .product-navigation {
    margin-top: -8px;
}
.breadcrumb .product-navigation .btn {
    border: none;
    padding: 10px 12px;
}
.breadcrumb .product-navigation .btn-default[disabled], .breadcrumb .navigation .btn-default.disabled {
    background: transparent;
}
.product-navigation-xs {
    clear: both;
    margin-top: -5px;
    margin-bottom: 10px;
}
.pagination {
    margin: 0;
}



/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}



/* ===== Account Dashboard | Begin ===== */
.customer-account {
	padding: 0;
	margin:0;
}
.customer-account i {
	font-size: 36px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.customer-account a {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 5px;
	text-align: center;
	list-style-type: none;
	margin-right: 5px;
	
}
.customer-account a:hover {
	background-color: #9b8935;
	color: #FFF !important;
	 cursor: pointer;
	 -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
     box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -webkit-transition: background-color 1s ease-out;
     -moz-transition: background-color 1s ease-out;
     -o-transition: background-color 1s ease-out;
     transition: background-color 1s ease-out;
}
.customer-account a:hover i{
	color: #FFF !important;
}
/* ===== Account Dashboard | End ===== */



/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
        width: 100%;
    }
}

#content .row .col-sm-12 ul li, #content .row .col-sm-3 ul li {
    list-style-type : none!important;
    text-align: center !important;
}

#content .row .col-sm-12 ul li a, #content .row .col-sm-3 ul li a {
    text-decoration:none;
    margin:10px;
    float:left;
    padding:2px 5px;
    text-align:center;
    white-space:nowrap;
}

#content.col-sm-9 .row .col-sm-12  {
    margin: 0;
    padding: 0;
}

#content .row .col-sm-12  li {
    display: block;
    float: left;
    margin: 0;
    width: 25%;
}

#content .col-sm-5 .list-unstyled .fa {
    width: 18px;
    /*display: initial;*/
}

#content .col-sm-5 .list-unstyled li , #content .col-sm-5 .list-unstyled .fa{
    font-size : 14px;
    line-height: 25px;
}

.affiliate-account .container .row  #content  .col-sm-5 {
    height: 125px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    height: 37px;
}

#profiler {
    padding: 20px;
}

.module-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}
.module-title span {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #b5a766;
    text-transform: uppercase;
    position: relative;
    padding: 5px;
}

aside .module-title {
    font-size: 18px;
}

/* Product Detail */
.product-detail .col-sm-4 h1 {
    margin-top: 0;
}
.product-detail .col-sm-4 .list-unstyled, .product-detail .rating {
    background: #fff;
    padding: 20px;
}
.product-detail .col-sm-4 .list-unstyled h1, .product-detail .col-sm-4 .list-unstyled h2, .product-detail .col-sm-4 .list-unstyled h3, .product-detail .col-sm-4 .list-unstyled h3 {
    margin-top: 0;
}
.product-detail .col-sm-4 #product .form-group {
    background: #ececec;
    padding: 20px;
}



/* ===== Pricing Panel | Begin ===== */
.panel-price {
	margin-bottom: 20px;
}
.panel-price .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #ce4257 !important; /* A59A69 */
    border-bottom: none;
	height: 75px;
	vertical-align: middle;
	text-align: center;
}
.panel-price .panel-heading h4 {
    color: #FFF;
    font-weight: 600;	
}
.panel-price .panel-heading h5 {
    color: #FFF;
    font-weight: 600;	
}
.panel-price .panel-body {
	vertical-align: top;
	min-height: 200px;
}
@media (max-width: 768px) {
	.panel-price .panel-heading {
		height: 80px;
	}
}

.product-grid .product-thumb .image {
    float: none;
	padding: 0 15px;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
/* Pricing Panel Buttons */
.product-grid .panel-price .button-group {
    border: none;
	overflow: hidden;
    display: block;
}
@media (max-width: 768px) {
    .product-grid .panel-price .button-group {
        border: none;
    }
}
.panel-price .button-group button, .panel-price .button-group button:visited {
    width: 40%;
    border: 2px solid #ce4257;
	border-radius: 100px;
    display: inline-block;
	margin: 0 5px 15px;
    background-color: #fff;
    color: #ce4257;
    line-height: 30px; /* 38 */
    text-align: center;
    text-transform: uppercase;
}
.panel-price .button-group button:hover, 
.panel-price .button-group button:focus, 
.panel-price .button-group button:active,
.panel-price .button-group button.active, 
.panel-price .button-group button.disabled, 
.panel-price .button-group button[disabled] {
    /* color: #fff;
    background-color: #b5a766;
	border: 1px solid #b5a766; */
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	outline: none !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.panel-price .button-group button + button {
    width: 40%;
}
.panel-price .button-group button > i {
    padding-right: 5px;
}
/* ===== Panel Pricing | End ===== */


/* Panel */
.panel {
    background: #fff;
    border-radius: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.panel-group .panel {border-radius: 0;}
.panel-np-full {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.panel-np-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
.panel-np-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
}
.panel-default {
    border: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.panel-default .panel-heading {
    vertical-align: middle;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff !important;
    border-bottom: none;
}
.panel-default .panel-heading h4 {
	color: #4f000b;
    font-weight: 600;
}
.panel-default .panel-heading h4 > a:hover, a:focus, a:active {
	outline: none !important;
	text-decoration: none !important;
}

/* Panel Module */
.panel-module {
    border: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-top: 20px;
}
.panel-module .panel-heading {
    vertical-align: middle;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #FFF !important;
    border-bottom: none;
}
.panel-module .panel-heading h4 {
	color: #2c3e50;
    font-weight: 600;
	font-size: 2em;
    text-align: center !important;	
}
.panel-module .panel-heading hr {
    margin: 15px auto 5px;
    padding: 0;
    max-width: 200px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
    border-color: #2c3e50;	
}
.footer-text li {
	font-size: 12px;
	font-weight: 500;
	color: #696969;
}


/* Features Col-md-4 with Left Icon */
.icon-text-column {
    background-color: #ffffff;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
}
.icon-column-title h4 {
	font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;    
}
.icon-column-title p {	
    font-weight: 500;
    color: #2F4F4F;
	text-align: justify;
}
.icon {
	float: left;
    color : grey;
    padding: 20px 40px 20px 0px;
    font-size: 30px;   
}

/* Features Col-md-3 with Left Icon */
.feature {
	background-color: #ffffff;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
}
.feature-icon-left {
    float: left;
    padding: 15px 10px 30px 10px;
    color: grey;
	font-size: 30px;
}
.feature-text {
    text-align: left;
    padding: 0 0 0 10px;
	margin-left: 10px;
}
.feature-text h4 {
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase; 
}
/* Features List */
.features ul {
	margin: 0px !important;
	padding: 0px !important;
}
.features ul li.checked {
	list-style-type:none;
}
.features ul li.checked:before {
	font-family: 'Glyphicons Halflings';
	content: "\e067"; 
	position: relative;
	padding-right: 5px;
}
.features ul li.unchecked {
	list-style-type:none;
}
.features ul li.unchecked:before {
	font-family: 'Glyphicons Halflings';
	content: "\e157"; 
	position: static;
	padding-right: 5px;
}


/* Wells */
.well {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
padding: 12px 35px 12px 15px;
display: inline-block;
width: 100%;
background-color: #EE556C;
color: #ffffff;
position: relative;
text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
transform: rotate(180deg) ;
transition: all linear 0.25s;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
transform: rotate(0deg) ;
}


/* Intro */
.intro { 
	margin-top:0%; padding: 10px; background-color: #FFF;
}
.intro h4 { 
	color: #EE556C; font-weight: bold; font-size: 22px; text-align: justify; text-transform: uppercase;
}
.intro h4.sub {
    color: grey; font-size: 18px; text-align: justify;
}
.intro .row {
    margin-top: 10px;
}
.intro .intro-center {
    text-align: center; margin-bottom: 10%;
}
.intro .intro-center img {
    width: 40%;
}
.intro .intro-center i {
    font-size: 200px; color: #EE556C; padding-top: 10%; padding-bottom: 10%;
}
.intro .row .intro-content {
    padding: 0 10% !important;
}

/* Button Group */
.button-group {
    border: none; overflow: hidden; display: block;
}
.button-group a.btn-round {
    min-width: 25%;
    border: 1px solid #ff7f51;
	border-radius: 10px;
    display: inline-block;
	margin: 10px 5px 10px;
    background-color: #fff;
    color: #ff7f51;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	float: left;
}
.button-group a:hover, .button-group a:focus, .button-group a:active {
    color: #fff;
    background-color: #ff7f51;
	border: 1px solid #ff7f51;
    text-decoration: none;
    cursor: pointer;
	outline: none !important;
}
.button-group a.btn-round + a.btn-round {
    margin-left: 10px;
}
.button-group a > i {
    padding-right: 10px; font-size: 15px;
}

/* ===== Button | Begin ===== */
.buttons {
    margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    background-color: #ff7f51;
    border: 1px solid #ff7f51;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus,
.btn-primary.active, 
.btn-primary.disabled, 
.btn-primary[disabled], 
.open > .dropdown-toggle.btn-primary {
    font-weight: bold;
	background-color: #ff7f51 !important; /* FA9A85 */
    background-position: 0 -15px;
    border-color: #ff7f51 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button-continue {
    cursor: pointer;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-blue {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
	color: #ffffff;
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-outlined-blue {
	border-radius: 100px;
	color: #229ac8;
	border: 2px solid #229ac8;
	background-color: #FFF;
	padding: 10px 20px !important;
	margin-top: 10px;
	min-width: 100px;
}
.btn-outlined-blue:after, .btn-outlined-blue:hover, .btn-outlined-blue:active {
	color: #229ac8;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-red {
	background: #f72359;
	padding: 1em 2em;
	border: none;
	color: white;
	font-size: 1.2em;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	border-radius: 100px;
}
.btn-red:hover, .btn-red:active .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
	background: rgb(255, 46, 77);
    color: #ffffff;
    box-shadow: 0 10px 25px -2px rgba(255, 46, 77, 0.6);
}
/* ========== End - Button ========== */

/* Table */
.table {
	background-color: #FFF;
}
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}


/* ===== Timeline | Begin ===== */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df; /* Connector Line */
    display: inline-block;
    position: absolute;
    left: 27px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ff9b54;
    left: 20px;
    width: 16px;
    height: 16px;
    z-index: 400;
}
ul.timeline > li:first-of-type, ul.timeline > li:first-of-type h6 {
    font-weight: bold !important;
}
/* ===== Timeline | End ===== */


/* ===== Login Block | Begin */
#login-block {
    background: #DE6262;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	float: left;
	width: 100%;
	padding : 50px 0;
}
#login-block .login-sec { margin: 0 20px; padding: 40px 30px; position:relative; background:#FFF; border-radius: 10px; box-shadow: 5px 5px 0px rgba(0,0,0,0.1); }
#login-block .login-sec h2 { margin-top: 10px; margin-bottom:30px; font-weight:800; font-size:30px; color: #DE6262; }
#login-block .login-sec h2:after { content:" "; width:100px; height:5px; background:#FEB58A; display:block; margin-top:20px; border-radius:3px; margin-left:auto; margin-right:auto }
/* ===== Login Block | End */


/* ====== Image Overlay Fade - Begin ====== */
.container-overlay {
  position: relative;
  width: 100%;
}
.img-overlay {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #ff7f51;
}
.container-overlay:hover .overlay {
	opacity: 1;
}
.text {
	color: white;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/* ====== Image Overlay Fade - End ====== /*


/* ===== News Page | Begin ===== */
#portfolio .container-fluid {
    padding: 60px 50px;
}
#portfolio .bg-grey {
    background-color: #f6f6f6;
}
#portfolio .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
	min-height: 200px;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#portfolio .thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
#portfolio .thumbnail h2, #portfolio .thumbnail p, #portfolio .thumbnail a {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ===== News Page | End ===== */

/* ===== Features | Begin ===== */
#features h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #303030 !important;
    font-weight: 600;
	margin-bottom: 0 !important;
}
#features h3 {
    font-size: 19px;
    line-height: 1.375em;
    color: #4f000b !important;
    font-weight: bold;
    margin-bottom: 5px;
}
#features i {
    color: #ff7f51;
    font-size: 50px;
	margin-top: 15px;
}
#features p {
    margin-bottom: 15px;
	color: #303030 !important;
}
#features hr {
    margin: 15px auto;
    padding: 0;
    max-width: 160px;
    border: 0;
    border-top: solid 5px;
	border-top-style: groove;
	border-top-width: 5px;
	border-color: #303030;	
    text-align: center;   
}
/* ===== Features | End ===== */

/* ============== Boxes with Icon ================= */
.box {
    margin-top: 60px;
	padding: 70px 0px 70px 0px;
	border: none;
}
.box-grey .box-item {
    background: white;
    padding: 10% 10% 12% 10%;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.shadow-hover {
    transition: all 0.4s linear;
}
.shadow-hover:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.box-grey {
    padding-top: 0px;
}
.box-grey .box-item i {
    width: 110px;
    height: 110px;
    color: white;
    background: #DE6262;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 45px;
    padding-top: 25px;
    border-radius: 100px;
    margin-top: 20px; /* -40px */
    margin-bottom: 20px;
    border: 5px solid #EEE;
    transition: all 0.4s;
}
.box-grey .box-item h3 {
    font-weight: 700;
    font-size: 18px;
    color: #323746;
    margin-bottom: 15px;
}
/*========================================================*/

/* ===== Tiles | Begin ===== */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	transition: all 1s;
}
.tile-primary {
	background-color: #1b80c2;
}
.tile-success {
	background-color: #53b953;
}
.tile-warning {
	background-color: #f3aa41;
}
.tile-danger {
	background-color: #e45847;
}
.tile:hover {
	opacity: 0.95;
}
.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 10px 8px;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	background-color: rgba(255,255,255,0.1);
}
.tile:hover .tile-heading {
	opacity: 1;
}
.tile-body {
	padding: 15px 15px 5px;
	color: #FFFFFF !important;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
	font-size: 40px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	margin-top: 0;
	font-size: 32px;
	color: #FFFFFF !important;
}
.tile .tile-body h4 {
	color: #FFFFFF !important;
}
.tile .tile-body p, .tile .tile-body p > i {
	color: #FFFFFF !important;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.tile-footer {
	padding: 5px 8px;
	background-color: rgba(0,0,0,0.1);
	text-align: right;
}
.tile-footer p {
	text-align: center !important;
}
/* ===== Tiles | End ===== */
