body {
    background-color: #000;
    width: 100%;
    overflow-x: hidden !important;
    font-family: 'CenturyGothic';
}
*{
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
	}
#venom{
	color:#FFFFFF	
	}
#venom .header{
	background:url(../images/kv-bg.jpg) no-repeat center;
	padding-bottom:4%;
	}
#venom a{
	color:#FFFFFF;
}
#venom p{
	font-family:'CenturyGothic';
	color:#FFFFFF;
	font-size:2em;
	line-height:1.5em;
	}
#venom h3{
	font-size:3em;
	color:#FF0004;
	font-family: 'DINCond-Bold';
	text-transform:uppercase;
	}
#venom .min-p{
	font-size:1.5em;
	}
.red{
	color:#FF0004 !important;
	}
.button{
	border:#FFFFFF 1px solid;
	padding:10px 20px;
	font-size:1.8em;
	display:block;
	margin:0 auto;
	background:rgba(211,0,3,0.3);
	transition: background 1s;
    -webkit-transition: background 1s border 0.5s; /* Chrome & safari */
    -moz-transition: background 1s border 0.5s; /* firefox */
    font-family: 'CenturyGothic';
	}
.button:hover{
	background:url(../images/but-bg.png) no-repeat center;
	text-decoration:none;
	border:#AD0002 1px solid;
	}
.button-width{
	width:285px;
	}
.top-button{
	width:200px;
	font-size:1.8em;
	margin-top:2%;
	}
#venom .nav-tabs>li.active>a, #venom .nav-tabs>li.active>a:hover, #venom .nav-tabs>li.active>a:focus {
    color: #FF0004;
    cursor: default;
    background-color:rgba(255,255,255,0);
    border: none;
    border-bottom-color: transparent;
	font-family:'CenturyGothic';
}
#venom .nav-tabs {
    border-bottom: none;
	background:url(../images/meau-bg.jpg) no-repeat;
		font-size:1.5em;
}
#venom .nav-tabs>li{
	width:33%;
	text-align:center;
	font-size:1.5em;
	}
#venom .nav>li>a:hover,#venom .nav>li>a:focus {
    text-decoration: none;
    background-color:rgba(255,255,255,0);
	border:none;
	color:#FF0004;
}
.box1{
	background:url(../images/gift-bg.jpg) no-repeat center;
	padding:4% 15px;
	}
.box2{
	background:url(../images/box2-bg.jpg) no-repeat center;
	padding:5% 15px;
	}
.box4{
	background:url(../images/box4-bg.jpg) no-repeat bottom center;
	padding-bottom:10%;
	}
.min-box{
	width:450px;
	height:300px;
	position:relative;
	}
.min-box h1{
	padding:20px 0px;
	}
.min-text{
	background:rgba(0,0,0,0.5);
	width:100%;
	padding:15px 20px;
	visibility:hidden;
	position:absolute;
	bottom:0px;
	}
.min-text li{
	font-size:1.5em;
	font-family:'CenturyGothic';
	}
#venom .min-text p{
	font-size:1.8em;
	line-height:1.2em;
    font-family: 'CenturyGothic';
	}
.box2-1{
	background:url(../images/San-Francisco.jpg) no-repeat center;
	}
.box2-2{
	background:url(../images/Singapore.jpg) no-repeat center;
	}
.min-box:hover .min-text{
	visibility:inherit;
	}

#venom .tittle-h1{
	background:url(../images/title-bg.jpg) no-repeat center;
	display:block;
	text-align:center;
	color:#FFFFFF;
	margin:0px;
	padding:2.5%;
	}
#venom .box3-1{
	background:url(../images/model1-bg.jpg) no-repeat center;
	padding:1% 15px;
	}
#venom .box3-2{
	background:url(../images/model2-bg.jpg) no-repeat center;
	padding:1% 15px;
	}
#venom .box3 h2{
	text-transform:uppercase;
	border-left:#FF0004 2px solid;
	padding-left:15px;
	margin:0 auto;
	display:block;
	width:260px;
	}
.box3-text{
	padding-top:12%;
	}
.box3-text ul{
	font-family: 'CenturyGothic';
	font-size:2.3em;
	}
.box3-text li{
	font-family:'CenturyGothic';
	text-transform:uppercase;
	}
.box3-text h4{
	color:#FF0004;
	}
.step-box{
	margin-top:10%;
	margin-bottom:3%;
	}
.step{
	background:url(../images/step.png) no-repeat center;
	width:300px;
	text-align:center;
	padding:15px;
	}
#venom .modal-content{
	background-color:#2E2E2E;
	color:#fff;
	}
#venom .modal-content h2{
	font-size:1.8em;
	color:#fff;
	}
#venom .modal-content p{
	font-size:1.5em;
	line-height:1.5em;
	color:#fff;
	}
#venom .modal-content li{
	list-style:none;
	font-size:1.5em;
	color:#fff;
	}
#venom .box5{
	background:url(../images/box5-bg.jpg) no-repeat center;
	padding:2% 15px;
	}
#venom .box6{
	background:url(../images/box6-bg.jpg) no-repeat center;
	padding:5% 15px;
	}
.item h4{
	margin-top:35%;
	color:#FF0004;
	font-family:'CenturyGothic';
	font-size:4em;
	}
.item h5{
	color:#FFF;
	font-family:'CenturyGothic';
	font-size:5em;
	text-transform:uppercase;
	}
.item p{
	margin-bottom:-20px;
	text-transform:uppercase;
	}
/*----*/

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
  background: #fff;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  font-family: "DINPro-Light";
  font-size: 16px;
  opacity: 0.5;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:last-child {
  background: #f00;
}

#toolbar li:last-child .svg {
  fill: #fff;
}

#toolbar li:hover {
  opacity: 1;
  right: 0;
  background: #f00;
}

#toolbar li:hover .svg {
  fill: #fff;
}

.modal-body ul{
	margin-left:25px;
	}
.modal-body .title-h3{
	border-bottom:#C4C4C4 solid 2px;
	padding-bottom:15px;
	color:#FF0004;
	}

/*---RWD---*/

@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1366px) {
	}
	
@media only screen and (max-width: 1280px) {
	
}	
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 480px) {
	#venom .header{
	background:none;
	}
	.top-button{
	width: 160px;
    font-size: 1.5em;
    margin-top: 2%;
	}
	#venom p {
    font-family: 'CenturyGothic';
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.5em;
}
}
@media only screen and (max-width: 414px) {
	.min-box {
    width: 320px;
    height: 300px;
    position: relative;
}
#venom .nav-tabs>li {
    font-size: 0.8em;
}
.nav>li>a {
    padding: 5px 10px;
}
.button-width {
    width: 285px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.carousel-indicators {
    bottom: -20px;
}
.row{
	margin:0px;
	}
.item h4 {
    margin-top: 0%;
}
.item h5 {
    font-size: 3.5em;
}
}
@media only screen and (max-width: 375px) {
	#venom .nav-tabs>li {
    font-size: 0.8em;
}

	
	
	}





