.title_text1{
	text-shadow: 2px 2px 1px #ccc;
	color: #000000;
	opacity: 0.9;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}
.title_text2{
	text-shadow: 2px 1px 1px #B7B7B7;
	color: #FFFFFF;
	opacity: 0.9;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}
.text1{
	color: #999999;
	opacity: 0.9;
	font-size:14px;
}
.text2 {
	color: #999999;
	font-family:calibri;
	font-size:14px;
}
.text3 {
	color: #008000;
	font-family:calibri;
	font-size:13px;
}
.text4 {
	color: #0070C0;
	font-family:calibri;
	font-size:10px;
}
.text5 {
	color: #959595;
	font-family:calibri;
	font-size:10px;
}
.text6 {
	color: #707070;
	font-family: sans-serif;
	font-size:12px;
}
.text_note {
	color: #999999;
	font-family:calibri;
	font-size:10px;
	font-style:italic;
}

/* Background frame Start */
.parallax { 
	/* The image used */
	background-image: url("../../../sources/public/images/bg_frame.png");

	/* Set a specific height */
	height: 559px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Background frame Finish */

.fixedContainer {
	/*background-color:#ddd;*/
	position: fixed;
	width: 600px;
	height: 335px;
	left: 50%;
	top: 148px;
	margin-left: -300px; /*half the width*/
}
.ContainerOther {
	/*background-color:#ddd;*/
	position: fixed;
	width: 600px;
	height: 335px;
	left: 50%;
	top: 148px;
	margin-left: -300px; /*half the width*/
}

/* Asap Coffee Start */
.steam{
position: relative;
top:90px;
left:125px;
-webkit-animation: steam 2s linear infinite 1s;
-moz-animation: steam 2s linear infinite 1s;
-ms-animation: steam 2s linear infinite 1s;
-o-animation: steam 2s linear infinite 1s;
animation: steam 2s linear infinite 1s;  
}
.steam:before,
.steam:after{
  content: " ";
  position: absolute;
  top:0;
  left:-15px;
  border-right: 0px solid transparent;
  border-top: 2px solid #d6d2d2;
  border-left: 5px solid #d6d2d2;
  border-bottom: 2px solid transparent;
  width: 40px;
  height: 70px;
  z-index: 4;
  border-radius: 80% 0 10% 10%; 

 -webkit-transform: rotate(168deg) skewY(10deg);
 -moz-transform: rotate(168deg) skewY(10deg);
 -ms-transform: rotate(168deg) skewY(10deg);
 -o-transform: rotate(168deg) skewY(10deg);
 transform: rotate(168deg) skewY(10deg);

 -webkit-filter: blur(7px);
 -moz-filter: blur(7px);
 -o-filter: blur(7px);
 -ms-filter: blur(7px);
  filter: blur(7px);
 }

.steam:after{
top:40px;
left:-35px;
z-index: 4;
border-radius: 80% 0 10% 10%; 
-webkit-transform: rotate(315deg) skewY(10deg);
-moz-transform: rotate(315deg) skewY(10deg);
-ms-transform: rotate(315deg) skewY(10deg);
-o-transform: rotate(315deg) skewY(10deg);
transform: rotate(315deg) skewY(10deg);

-webkit-filter: blur(7px);
-moz-filter: blur(7px);
-o-filter: blur(7px);
-ms-filter: blur(7px);
filter: blur(7px);
}


@-webkit-keyframes steam {
0% { top: 100px; opacity: .075; visibility: visible; }
20% { top: 80px; opacity: 0.2; }
40% { top: 60px; opacity: 0.4; }
60% { top: 40px; opacity: 0.2; }
80% { top: 20px; opacity: .075; }
100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-moz-keyframes steam {
0% { top: 100px; opacity: .075; visibility: visible; }
20% { top: 80px; opacity: 0.2; }
40% { top: 60px; opacity: 0.4; }
60% { top: 40px; opacity: 0.2; }
80% { top: 20px; opacity: .075; }
100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-ms-keyframes steam {
0% { top: 100px; opacity: .075; visibility: visible; }
20% { top: 80px; opacity: 0.2; }
40% { top: 60px; opacity: 0.4; }
60% { top: 40px; opacity: 0.2; }
80% { top: 20px; opacity: .075; }
100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-o-keyframes steam {
0% { top: 100px; opacity: .075; visibility: visible; }
20% { top: 80px; opacity: 0.2; }
40% { top: 60px; opacity: 0.4; }
60% { top: 40px; opacity: 0.2; }
80% { top: 20px; opacity: .075; }
100% { top: 0px; opacity: 0; visibility: hidden; }
}

@keyframes steam {
0% { top: 100px; opacity: .075; visibility: visible; }
20% { top: 80px; opacity: 0.2; }
40% { top: 60px; opacity: 0.4; }
60% { top: 40px; opacity: 0.2; }
80% { top: 20px; opacity: .075; }
100% { top: 0px; opacity: 0; visibility: hidden; }
}
/* Asap Coffee Finish */

.frame_content{
	height:340px; overflow-x:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;;
}

.mobile_header{
	top: 0;
	height: 25px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.mobile_footer{
	background-color: #4F81BD;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
	color:#FBF826;
	padding: 1px 3px 1px 3px;
	font-size:9px;
}

.mobile_top_menu{

}
.mobile_top_menu:hover{
	background-color: #FBF826;
	color:#FF0000;
	font-weight:bold;
	cursor:pointer;
}


.form_input_label{
	min-height:30px;
	padding: 3px 5px 3px 10px;
	font-size:12px;
	font-family: sans-serif;
	color:#FFFFFF;
	border: 1px solid #FBF826;
	background-color:#4F81BD;
	border-radius: 3px;
}
.form_input_label1{
	min-height:20px;
	padding:5px;
	padding-right:0px;
	background-color: #337AB7;
	font-size:12px;
	min-height: 33px;
	font-family: sans-serif;
	border: 1px solid #000;
	border-radius: 3px 3px 3px 3px;
}

/*scroll bar transparant start*/
::-webkit-scrollbar
{
    width:0px;
}
::-webkit-scrollbar-track-piece
{
    background-coor:transparent;
}
/*scroll bar transparant finish*/
.frame_content::-webkit-scrollbar {
    width: 7px;
}
 
.frame_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.frame_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}

@media screen and (min-width:1001px) {/*@media screen and (min-width:768px) {*/
    .desktop-only {
        display: block;
    }
}

@media screen and (max-width:1000px) {/*@media screen and (max-width:767px) {*/
    .desktop-only {
        display: none !important;
    }
}

@media screen and (min-width:1001px) { /*@media screen and (min-width:768px) {*/
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width:1000px) { /*@media screen and (max-width:767px) {*/
    .mobile-only {
        display: block;
        position: relative;
    }
}