@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);


nav {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
li {display:inline;padding-right:20px;}

a {
 
 font-weight:300;
}

a:hover{
  color:yellow !important;
  font-weight:900;
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


nav {
    position: fixed; 
	top: 0px;
	right: 50px;
	float: right;
	padding:20px;
	padding-right: 20px;	
    /*width:150px;*/
	font-size: 12px;
	letter-spacing: 1px;
	z-index:10001;
}

nav a {
  font-size:12px;
  color:white !important;
  font-weight:700;
 }

nav a:hover{
    color: #FF0000 !important;
	background-color: transparent;
	font-weight: 900;
}

.inputstyle-2 input[type="text"] {
  font-family: Arial, sans-serif;
  background-color: #FEE5AC;
  padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 10px 10px 20px 0 #707070;
  transition: box-shadow 0.3s;
}
.inputstyle-2 input[type="text"]:focus,
.inputstyle-2 input[type="text"].focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

#KioskSetupDiv{
    display:none;
    position:fixed;
	/*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:400px;
	height:650px;
    margin-top: -325px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
    border: 4px solid white;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10002; 
}



#paypalmerchantwindow{
    display:none;
    position:fixed;
	/*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:400px;
	/*height:650px;*/
	height:auto;
    margin-top: -325px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
    border: 4px solid white;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}

@media (max-width:1024px){
#paypalmerchantwindow{
zoom:.7;
}
}


#paypalmerchanthelper
{
    background:#000;
    position:fixed; /* important to use fixed, not absolute */
    top:50%;
	left:50%;
    width:500px;
	height:400px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -250px; /*set to a negative number 1/2 of your width*/
	border: 4px solid silver;
	border-radius: 10px;
    background-color: #000000;
	color:white;
    display:none;
    z-index:10001; /* may not be necessary */
}

#paypalmerchantdimmer
{
    background:#000;
    opacity:0.9;
    position:fixed; /* important to use fixed, not absolute */
    top:50%;
	left:50%;
    width:300px;
	height:400px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
    display:none;
    z-index:10001; /* may not be necessary */
}

#paypalmerchantfail
{
    background:#000;
    position:fixed; /* important to use fixed, not absolute */
    top:50%;
	left:50%;
    width:380px;
	height:420px;
    margin-top: -210px; /*set to a negative number 1/2 of your height*/
    margin-left: -190px; /*set to a negative number 1/2 of your width*/
	border: 4px solid silver;
	border-radius: 10px;
    background-color: #000000;
	color:white;
    display:none;
    z-index:10001; /* may not be necessary */
}

#showideditwindow{
    display:none;
    position:fixed;
	/*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:400px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid white;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}

#showiddimmer
{
    background:#000;
    opacity:0.9;
    position:fixed; /* important to use fixed, not absolute */
    top:50%;
	left:50%;
    width:340px;
	height:400px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    display:none;
    z-index:10001; /* may not be necessary */
}


.scheduleeditwindow{
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:450px;
    margin-top: -225px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid yellow;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}


.form-control {
  color:black !IMPORTANT;
  font-weight:600 !IMPORTANT;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.buybtn {
  width:70%;
  min-width:250px;
  background: #f9d835;
  background-image: -webkit-linear-gradient(top, #f9d835, #f3961c);
  background-image: -moz-linear-gradient(top, #f9d835, #f3961c);
  background-image: -ms-linear-gradient(top, #f9d835, #f3961c);
  background-image: -o-linear-gradient(top, #f9d835, #f3961c);
  background-image: linear-gradient(to bottom, #f9d835, #f3961c);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  
  font-family: Arial;
  color: #000000;
  font-size: 23px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.buybtn:hover {
  background: #f9d835;
  background-image: -webkit-linear-gradient(top, #f3961c, #f9d835);
  background-image: -moz-linear-gradient(top, #f3961c, #f9d835);
  background-image: -ms-linear-gradient(top, #f3961c, #f9d835);
  background-image: -o-linear-gradient(top, #f3961c, #f9d835);
  background-image: linear-gradient(to bottom, #f3961c, #f9d835);
  text-decoration: none;
}


.triangle-isosceles {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
 /* animation: blinker 5s linear infinite;*/
}

@keyframes blinker {  
  5% { opacity: 0.0; }
  90% { opacity: 1.0; }
  5% { opacity: 0.0; }
}

.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f3961c transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);
}

.triangle-isosceles.top:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:50px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#f3961c transparent;
}

.triangle-isosceles.topleft {
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);
}

.triangle-isosceles.topleft:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  bottom:auto;
  right:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#f3961c transparent;
}

.triangle-isosceles.middletop {
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);
}

.triangle-isosceles.middletop:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  /* right:50px; /* controls horizontal position */
  right:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  bottom:auto;
  left:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#f3961c transparent;
}

.triangle-isosceles.middlebottom {
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);
}

.triangle-isosceles.middlebottom:after {
  bottom:-30px; /* value = - border-top-width - border-bottom-width */
  /* right:50px; /* controls horizontal position */
  right:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  /*bottom:auto;*/
  left:auto;
  border-width:15px 15px 0px; /* vary these values to change the angle of the vertex */
  border-color:#f3961c transparent;
}

#view { display: block; max-width: 800px; padding: 0; margin: 0; }




#container { display: block; margin-top: 20px; }
#container ul { }
#container ul div li { 
	display: block;
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #f7f7f7;
	background: #ebebeb;
	cursor:pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image:    -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image:      -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image:         linear-gradient(top, #ffffff, #ebebeb); 
}

#container ul div { display: block; position: relative; width: 100%; }

#container ul li h2 { font-size: 1.3em; line-height: 1.3em; font-weight: normal; letter-spacing: -0.03em; padding-top: 1px; color: #55678d;
    text-shadow: 0px 0px 0px#000; 
	-webkit-text-shadow: 0px 0px 0px#000;
	-moz-text-shadow: 0px 0px 0px#000;
	-o-text-shadow: 0px 0px 0px#000;
 }

#container ul li  p.desc { color: #555; font-family: Arial, sans-serif; font-size: 1.0em; line-height: 1.0em; white-space: nowrap; overflow: hidden;text-transform: uppercase; }

/*#container ul li .price { position: absolute; bottom: 5px; left: 90px; font-size: 1.0em; font-weight: bold; color: #6ea247; }*/
#container ul li .price { position: absolute; bottom: 5px; font-size: 1.0em; font-weight: bold; color: #6ea247;
margin:auto;
left:0;
right:0;
}

#container ul li .showdatetime {font-size: 1.0em; font-weight: bold; color: #6ea247;
margin:auto;
line-height: 1.0em;
left:0;
right:0;
text-transform: uppercase;
}


#container ul li img.thumbnail { 
	background: #fff;
	display: inline-block;
	float: left;
	padding: 2px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#container ul a:hover li h2 { color: #7287b1; }
#container ul a:hover li p.desc { color: #757575; } 

#container ul a:hover li {
background: #efefef;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image:    -moz-linear-gradient(top, #ffffff, #efefef);
background-image:      -o-linear-gradient(top, #ffffff, #efefef);
background-image:         linear-gradient(top, #ffffff, #efefef);
}

/*======================================*/



#talkbubble {
   display:inline-block;
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 26px solid red;
   border-right: 13x solid transparent;
   border-bottom: 13px solid transparent;
}


#burst-12 {
    display:inline-block;
    background: red;
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
}
#burst-12:before, #burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 150px;
    background: red;
}
#burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
#burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}


#parallelogram {
    display:inline-block;
	width: 150px;
	height: 100px;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	background: red;
}

#promos {
    display:none;
    position:fixed;
	background:#000;
    border: 2px solid white;
	border-radius:20px;
	top:50%;
	left:50%;
    width:800px;
	height:420px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -400px; /*set to a negative number 1/2 of your width*/
	z-index:15000; 
}

#divVideo {
    display:none;
    position:fixed;
	background:black;
	color:black;
	font-size:14px;
	line-height:16px;
	font-weight:600;
	padding:10px;
	text-align:center;
    border: 2px solid white;
	border-radius:20px;
	top:50%;
	left:50%;
    width:500px;
	height:350px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -250px; /*set to a negative number 1/2 of your width*/
	z-index:20000; 

}

#customizeshowheader {
    display:none;
    position:fixed;
	background:#000;
    border: 2px solid white;
	border-radius:20px;
	top:50%;
	left:50%;
    width:500px;
	height:650px;
	max-width:100%;
    margin-top: -320px; /*set to a negative number 1/2 of your height*/
    margin-left: -250px; /*set to a negative number 1/2 of your width*/
	z-index:15000; 

}


@media (max-width:800px){
  #promos {
      width:80%;
	  height:auto;
	  left:10%;
	  margin-left: 0%; /*set to a negative number 1/2 of your width*/
	  padding-bottom:20px;
	  font-size:12px;
   }
      
   #customizeshowheader {
     width:80%;
	  height:auto;
	  left:10%;
	  margin-left: 0%; /*set to a negative number 1/2 of your width*/
	  padding-bottom:20px;
	  font-size:12px;
   }
   
}

@media (max-width:500px){
  #divVideo {
     width:100%;
     left:0%;	 
	 margin-left: 0%; /*set to a negative number 1/2 of your width*/
	 padding:0px;
	 min-width:405px;
   }
   
}   

#providdimmer
{
    background:#000;
    opacity:0.9;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:15001; /* may not be necessary */
}

#promowait {
    display:none;
    position:fixed;
	background:silver;
	color:black;
	font-size:14px;
	line-height:16px;
	font-weight:600;
	padding:30px;
	text-align:center;
    border: 2px solid white;
	border-radius:20px;
	top:50%;
	left:50%;
    width:300px;
	height:370px;
    margin-top: -185px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
	z-index:20000; 

}




#websearchsample {
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:400px;
	height:600px;
    margin-top: -300px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
	z-index:15000; 
}

#websearchdemodimmer
{
    background:#000;
    opacity:0.8;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:14999; /* may not be necessary */
}

.websearchwindow {
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:800px;
	height:650px;
    margin-top: -325px; /*set to a negative number 1/2 of your height*/
    margin-left: -400px; /*set to a negative number 1/2 of your width*/
    border: 4px solid white;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10002; 
}

@media (max-width:800px){
  .websearchwindow {
      width:400px;
	  height:730px;
	  margin-top: -365x; /*set to a negative number 1/2 of your height*/
      margin-left: -200px; /*set to a negative number 1/2 of your width*/
   }
}

.cancelsubwindow {
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:450px;
    margin-top: -225px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid yellow;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}

#recoverpassword {
    display:none;
    position:fixed;
	/*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:320px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid yellow;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}
	
#subchangewindow {
    display:none;
    position:fixed;
	/*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:350px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid yellow;
	border-radius: 10px;
    background-color: #000000;
	color:white;
	z-index:10000; 
}
	
#cvvwindow {
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:220px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid red;
	border-radius: 10px;
    background-color: gold;
	color:black;
	z-index:10000; 
}	

#messagewindow {
    display:none;
    position:fixed;
    /*top: 50%;
    right: 50%; */
	top:50%;
	left:50%;
    width:340px;
	height:300px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -170px; /*set to a negative number 1/2 of your width*/
    border: 4px solid red;
	border-radius: 10px;
    background-color: #f3f3f3;
	color:black;
	z-index:10000; 
}

#ajaxwait{
    display:none;
    position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:#000;
	background-image:url('../images/ajax-loader.gif'); 
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;  
	opacity: 0.6;


}

#menu-icon {

	display: none;
	width: 25px;
	height: 25px;
	background: #000000 url(../images/menu-icon.png) center;
	z-index:20000;

}

#subcount {
  width:100px;
  height:100px;
  border-radius: 50%;
  background: gray;
  margin: 30px auto;
}

#subcountnumber {
  font-size:80px;
  font-weight:900;
  width:100%;
  height:100%;
  line-height: 100px;
  color:white;
  margin: auto auto;
}


#topbar {
  position:fixed;
  top:0px;
  height:80px;
  background:#000000;
  width:100%;
  z-index:10000;
}

#showid {
  border-radius: 50%;
  background: black;
  margin: 5px auto;
  opacity: 0.7;
  padding:20px 20px;
}
#showidnumber {
  font-size:40px;
  font-weight:900;
  width:100%;
  height:100%;
  padding: 5px 5px;
  line-height: 45px;
  color:white;
  margin: auto auto;
}

.subdates {
  display: inline-block;
  border:2px solid;
  border-color:yellow;
  border-radius: 5px;
  background: black;
  margin: 5px auto;
  opacity: 0.7;
  padding:5px 5px;
  color:yellow;
}

.paymethod {
  display: inline-block;
  width:100%;
  border:1px solid;
  border-color:yellow;
  border-radius: 5px;
  background: white;
  margin: 5px auto;
  padding:5px 5px;
  color:white;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232121+0,000000+100 */
background: rgb(35,33,33); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(35,33,33,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(35,33,33,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(35,33,33,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232121', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.popup {
height: 280px;
width: 470px;
position: fixed;
top:50%;
left:50%;
border:2px solid;
padding:10px;
background: -webkit-linear-gradient(#E2E2E2, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#E2E2E2, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#E2E2E2, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#E2E2E2, white); /* Standard syntax */
border-radius:9px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
display:none;
text-align:left;
text-indent: 20px;
z-index:10000;
}

#popupcontent {
background: -webkit-linear-gradient(white, #E2E2E2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #E2E2E2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #E2E2E2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #E2E2E2); /* Standard syntax */
margin:30px auto;
width: 96%;
height: 90%;  
overflow:scroll;
display:none;
}

.divsection {
  display: inline-block;
  border-radius: 10px;
  border: 0px solid #000000;
  width:100%;
  min-height: 300px;
  margin: 10px auto;
  color:white;
  opacity: 1.0;
  background: #260000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232121+0,000000+100 */
background: rgb(35,33,33); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(35,33,33,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(35,33,33,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(35,33,33,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232121', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */





}

.confirmMessage {
   color:#FF0000;
   font-weight: 900;
}



@media (max-width:720px){
     
	
	#menu-icon {
        display:inline-block;
		z-index:9000;

	}
	
	
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		/*padding: 20px;*/
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 100%;
		border-radius: 4px 0 4px 4px;
        
	}

	nav {
    width: 150px;
	background:black;
	right: 0px;
  }
 
	
	
	nav li {
        display:block;
		text-align: left;
		width: 100%;
		padding: 10px 10px;
		margin: auto;
		background:black;
        
	}

	nav:hover ul {
        visibility: visible;   
		display: block;

	}
	
	
}




@media (max-width:375px){
   .popup {
     width: 320px;
   }
}

.popupclosebutton {
  position:absolute;
  border-radius:50%;
  top:-10px;
  right: -10px;
  float:right;
  background:yellow;
  margin: 0 auto;
  
}

.popup h3 {
   text-transform: uppercase;
   font-weight: 300;
}
.popup h3 strong{
   font-weight: 900;
}

#dimmer
{
    background:#000;
    opacity:0.8;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:9999; /* may not be necessary */
}

#mask
{
    background:#000;
    opacity:0.6;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    z-index:-1; /* may not be necessary */
}

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #FF0000;}
a:hover,
a:focus{
	text-decoration: none;
	color: blue;
}

.section-title hr{
	border-color: #FF0000;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     } 
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}



#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FF0000 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #FF0000;
	border-color: #FF0000;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */






#tf-home{
	background: url(../img/03.jpg);
	 background-size: cover; 
	-webkit-background-size: cover; 
	background-color: black;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

@media (max-width:1024px){
   #tf-home{
      background-attachment: scroll;
   }
}

.headerimage {
  position:absolute;
  top:100px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  }
  

#tf-home .overlay{
	 background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 600px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}

.content{
	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #FF0000;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #FF0000;
	color: #ffffff;
	border: 2px solid #FF0000;
}
/* About Section */
#tf-about{
	padding: 80px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-pricing{
	background: url(../img/03.jpg);
	background-size: cover;
	-webkit-background-size: cover; 
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}


@media (max-width:1024px){
   #tf-pricing{
      background-attachment: scroll;
   }
}


#tf-pricing .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 30px 0px;
	
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
	/*margin: 30px 0;*/
	line-height: 25px;
}
.section-title.center .line{
	border-top: 4px solid #FF0000;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 200px;
	height: 200px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-pricing .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #FF0000;
}
#tf-pricing .thumbnail {
	background: transparent;
	border: 0;
}

#tf-pricing .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FF0000;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FF0000;
}

/* Services Section */
#tf-services{
	padding: 80px 0;
}

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #FF0000;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #FF0000;
	color: #ffffff;
}

/* Clients Section */
#tf-clients{
	background: url(../img/03.jpg);
	background-size: cover;
	webkit-background-size: cover; 
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	height:400px;
}

@media (max-width:1024px){
   #tf-clients{
      background-attachment: scroll;
   }
}

#tf-clients .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
	height:400px;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works{
	padding: 80px 0;
	height:400px;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FF0000;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FF0000;
}
/* Testimonials Section */
#tf-testimonials{
	background: url(../img/05.jpg);
	background-size: cover;
	-webkit-background-size: cover; 
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 600px;
}

@media (max-width:1024px){
   #tf-testimonials{
      background-attachment: scroll;
   }
}

#tf-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
	height: 600px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
	padding: 80px 0;
}

/* Enroll Section */
#tf-enroll{
	padding: 80px 0;
}


label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#tf-enroll .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-enroll .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #FF0000;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #FF0000;
	border-color: #FF0000;
	color: #ffffff;