/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
	color: #ededed;
	/* font-family: "Roboto", sans-serif; */
    font-weight: 100;
    font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.08em;
	
	
	background-color: #000;
	background-image: url("../img/custom_site/bg-body.png");

}


a {
    color: #e55f36;
    text-decoration: none;
}

a:focus, a:hover { 
	color: #ffffff;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	
	background: -webkit-linear-gradient(#33cc99, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h4, h4 { font-size: 24px;}

.media-heading-temp{
    line-height: 1.5em;
	margin-top: 0;
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
	
	background: -webkit-linear-gradient(#33cc99, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
	font-family: "Roboto", sans-serif;
	text-align: justify;
    text-justify: inter-word;
}


.page-container {
	margin-top: 2em;
}



.text-danger {
    color: #cc0000;
}


/* index boxes titles - sample of text with gradient color*/
.subtitle {
	text-transform: uppercase; 
	color: #666; 
	font-size: 21px;
	background: -webkit-linear-gradient(#ff3333, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-40 { margin-bottom: 4.0em; }
.margin-bottom-50 { margin-bottom: 5.0em; }

.margin-top-20 { margin-top: 2.0em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-50 { margin-top: 5.0em; }

/* body bg for pages */

#homepage {
		/*background-image: url(../img/custom_site/bg-symbols.png);*/
}

#casino {
		background-image: url(../img/custom_site/bg-figures.png);
}

/* add tops space to elements */

.topsmall { margin-top:20px; }
.topmedium { margin-top:35px; }
.toplarge { margin-top:50px; }




/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


/*.carousel-control { display: none;}*/

.carousel-indicators li { border: 1px solid #555;}
.carousel-indicators .active { background-color: #555;}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}

header.carousel .item:nth-child(3) .fill{
    background-image: url('../img/custom_site/slider-index-03.jpg');
}

header.carousel .item:nth-child(4) .fill{
    background-image: url('../img/custom_site/slider-index-04.jpg');
}

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 20px;
	text-align:center;
	letter-spacing: 0.3em;
}


/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {height:70%; min-height: 350px;}



/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}




/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}


/*fade in opacity transition*/
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*css fade in bottom top animation*/
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

/* thumbnails */

.thumbnail { 
	
	padding: 0px;
	margin-top: 0px;
	border: none;
	background-color: transparent;
}

.thumbnail img { 
	
	border-radius: 15px;
}


.breadcrumb { 
	font-size: 14px;
}

/************************
Forms Custom Styles
**************************/

label { font-weight: normal;}

/***************************************
Slots tabs 
****************************************/
.tab-content > .tab-pane {
    background-color: #fff;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2em;
}

.nav-tabs li a:focus, a:hover { color: #333}

.ic-mobile {
    margin-left: 4px;
    position: absolute;
}

.panel-default > .panel-heading {
    background-color: #e55f36;
    color: #fff;
}

div#panelpadding.panel-heading span img.img-responsive {
	border-radius: 6px;
}





/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0 0 0;
}




/*****************************************************************************
**************** Nav New Styles ****************
*****************************************************************************/


.navbar-brand { height: 90px;}
.navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 15px;}
.navbar-text {margin-right: 0px; margin-top: 33px;}
.navbar-inverse {
	margin-bottom: 0; 
	border: 0;
	border-radius: 0;
	background: #000;
}

/****************** buttons ******************/


.btn {border-radius: 0;}

.menubuttons {text-align: right; margin-top: 25px;}

.menulogo {max-width: 65%;}

@media(max-width:1200px) {
    .menubuttons { margin-top: 19px;}
}

@media(max-width:991px) {
    .menubuttons { text-align: center; margin-top: 0px; margin-bottom: 20px;}
	.menulogo { text-align: center; margin-left: auto; margin-right: auto; display: block}
}



.btn-warning, .btn-primary { 
  height: 35px;
  color: #000;
  background-color: #fff;
  background-image: url("../img/custom_site/bg-btn.png");
  border: none;
	border-radius: 3px;
}


.btn-warning:hover, .btn-primary:hover {
	background: #33cc99; 
	border: 0; 
	color: #333;
    background-image: url("../img/custom_site/bg-btn.png");
	
}

/**********************
custom same height columns for index
***********************/
#equalheight {
    overflow: hidden; 
}

/********************************************
**************** Footer *********************
*********************************************/


/* footer payment logos */
.payments li {padding-top: 5px;}



/* footer all */
.footercontainer { }

footer { padding: 20px 0 60px 0;}
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#3cf; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; padding:20px 0; border-top:1px solid #333;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }
	
	.center-block h3 {display: none;}
	
	
}