@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@media(max-width:500px) {
.colstripe{
  background-color: rgb(70,131,124);
  padding-bottom: 237px;
  margin-bottom: -237px;
}
}

.colstripe{
  background-color: rgb(70,131,124);
  padding-bottom: 650px;
  margin-bottom: -650px;
}


.padtop{
  padding-top: 20px !important;

}

#logoicon{    
    color: rgb(201,215,135);
    font-size: 10px;
    font-weight: 200;
    vertical-align: text-bottom;
    line-height: 54px;

}
#logoleft{
    color: rgb(201,215,135) !important;
    font-size: 30px;
    font-weight: 1;
    font-family: 'Open Sans' !important;
    
}
#logoright{
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans'!important;
    font-weight:1;   
    
}


body{
 padding-top: 50px;
  padding-bottom: 20px;
  font-family:'Open Sans';
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;


}

/*.moveup{
  margin-top: -40px;
}*/

.rsearch{
  background-color: rgb(34,61,74) !important;
  border: 0px solid;
  color:white !important;
  outline-width: 0;
  outline: none !important;
  -webkit-appearance:none;
 
}
.rsearchlight{
  background-color: rgb(19,46,60) !important;
  border: 0px solid;
  outline: none !important;
  -webkit-appearance:none;
}

.youtube{
text-align:center;
margin:0 auto;
width:100%;
}
.video-youtube-lazy{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
margin:0;
}
.video-youtube-lazy:before{
content:"\f16a";
font-family:FontAwesome;
font-size:600%;
position:absolute;
top:35%;
left:50%;
margin:-32px 0 0 -32px;
cursor:pointer;
opacity:.7;
transition: all 0.2s ease-out;
}
.video-youtube-lazy:hover:before{
color:red!important;
opacity:1;
}
.youtube img{
width:100%;
height:auto;
/*margin-top:-9%;*/
z-index:1;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
}

.opensansfont{
   font-family: 'open sans' !important;
}

.robotofont{
  font-family: 'open sans' !important;

}
.ralewayfont{
  font-family: raleway !important;

}


.bigfont{
  font-size: 50px;
}

.darkline{
  border-color: rgb(125,125,125);
  
}

.mynewwrap{
width:85%; 


}
.math_input_eqn{
 /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    border-radius: 0px;
    cursor: text;
     background-color: rgb(246,246,246);

} 

.worktop {
border-top: 0px solid #999;
  /*
  border-top: 1px solid #999;
  border-left: 1px solid #999;
    border-right: 1px solid #999; 
    */
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
-moz-border-top-left-radius: 0px;
-moz-border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}



.workbot {
 
 margin-bottom: 0px; 
 /*
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
    border-right: 1px solid #999;
   
    border-right: 1px solid #999; */
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
-moz-border-bottom-left-radius: 0px !important;
-moz-border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}


.padright20{
  padding-right: 20px;
}
.padright20{
  padding-right: 20px;
}
.pointer{
  cursor: pointer !important;
}

.underline{
  text-decoration: underline;
}

/* Top Navigation */

.top-nav {
    padding: 0px;
   
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
  padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}




.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
  font-size: 15px;
    color: #fff;
    background-color: rgb(25,52,65); 
}



.top-nav>.open>.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: rgb(51,51,51) !important;
    
}

.mymenufont {
  
  font-size: 12px;
  font-weight: bold;
  font-family: "Raleway"
}
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 0px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


.just_hfont{
  font-family:'OpenSans';
}

.hfont{
  /*font-family:'Helvetica';*/
  font-size: 26px;
}

#wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
   transform: scale(0.5); 
}

.myscreenshot{

  /*width:100% !important;*/
  padding-left: 10px;

}

#myfront{
  display:block;
    margin-left:auto%;
 
 
}

.mywidth{
  width:95%;
  display:block;
  margin-left:auto;
  margin-right:auto;

}

.mystripe-white{
  padding-top: 20px;
  background-color: rgb(255,255,255) !important;
  padding-bottom: 0px;
  
}


.mystripe-white2{
  padding-top: 20px;
  background-color: rgb(255,255,255) !important;
  padding-bottom: 60px;
  
}

.mystripe-offwhite{
  padding-top: 40px;
  background-color: rgb(254,254,254);
  padding-bottom: 80px;
  
}

.mystripe-dark{ 
  padding-top: 40px;
  background-color: rgb(246,246,246);
  padding-bottom: 40px;
  color:black;
}

.mystripe-vdark{ 
  padding-top: 20px;
  background-color: rgb(46,46,46);
  padding-bottom: 20px;
  color:white;
}

.mystripe-grey{
  padding-top: 40px;
  background-color: rgb(220,220,220);
  padding-bottom: 80px;
  z-index: 100;
  
}
.mystripe-grey-no-pad{
  
  background-color: rgb(250,250,250);
  
}

.mystripe-blue{
  padding-top: 30px;
  background-color: rgb(25,52,65);
  padding-bottom: 30px;
  color: white;
  
}



.fontheavy{
  font-weight: 700;
  font-size: 24px !important;
}
.zone2{

}

.mypic{

    padding-top: 60px; 
    /* If you're making other pages, make sure there is 50px
    /* of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 120px;
  	color: #fff;
  	background:
    url("../images/universe.jpg");
    background-size: cover;
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
}

.mypic1{

    padding-top: 60px; 
    /* If you're making other pages, make sure there is 50px
    /* of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    color: #fff;
    background:
    url("../images/universe1.jpg");
    background-size: cover;
    background-position: center center;
  background-attachment: fixed;
}

.myvidback{
  background-color: rgb(70,131,124);
  /*background-color: rgb(66,125,112) !important;*/
  /*background-color: rgb(255,255,255) !important;*/
  padding-bottom: 20px;
  width:70%;
  margin-left:15%;
  margin-right:15%;
}

@media(max-width:500px) {
.myvidback{
  background-color: rgb(70,131,124);
  /*background-color: rgb(66,125,112) !important;*/
  /*background-color: rgb(255,255,255) !important;*/
  padding-bottom: 20px;
  width:90%;
  margin-left:5%;
  margin-right:5%;
}
}

.mypic_wave{

    padding-top: 100px; 
    /* If you're making other pages, make sure there is 50px
    /* of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 260px;
    color: #fff;
    background:
    url("../images/pinkstars.jpg");
    background-size: cover;
    background-position: center center;
  
}
.grow:hover {
   transform: scale(1.1); 
}

.growbig:hover {
   transform: scale(1.3); 
   
}

.invisborder{
border: 1px solid transparent;
}


.content-2-7 .counter {
    font-size: 44px;
    color: #fff;
}


.white { color: #FFFFFF !important; }
.black { color: #000000 !important; }

#content-2-7{
	/*margin-top: 50px;*/
  padding-top: 100px;
   padding-bottom: 100px;
}

.content-2-7 .counter, .content-2-7 .counter-text {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;

}

.content-2-7 .counter-text p {
    font-size: 24px;
    color: #fff;
}

.text-center > a img {
        max-width: 100%;
    }

.content-2-7 .underlined-title h1, .content-2-7 .underlined-title h2 {
    color: #fff;
}

.underlined-title {
        text-align: center;
        padding-bottom: 30px;
    }

    .underlined-title h1 {
        color: #2c3e50;
        margin: 0;
    }

    .underlined-title h2 {
        font-size: 20px;
       
        font-weight: 700;
        color: #95a5a6;
    }

        .underlined-title hr {
        width: 10%;
        border-width: 2px;
        border-color: rgb(201,215,135);
    }
    .content-block {
        
        width: 100%;
        padding: 60px 0 60px 0;
        z-index: 100;
        position: relative;
        background-color: #ffffff;
    }



.content-2-7 {
    overflow-x: hidden;
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
     url("../images/pinkstars.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.content-2-7 .counter-icon {
    font-size: 4em;
    margin-top: 30px;
    color: #fff;

}

.btn-info {
  background-color: rgb(55,105,166);
  border-color:rgb(55,105,166);
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(47,89,140); /*rgb(67,74,25)*/
  border-color:rgb(47,89,140);
}

.ns-darkgreen { background-color: #7D8A2E !important;}



#whitecol, .whitecol {
    color: #fff;
}


.shiftup{
margin-top: -50px;
}

.mardown10{
  margin-top: 10px !important;
}
.mardown5{
  margin-top: 5px !important;
}

.navbar-inverse {
  max-height: 60px;
    background-color: rgb(25,52,65) !important; 
    /*background-color: white !important;*/
}

.padup4{
  padding-top: 4px !important;
}

.padup8{
  padding-top: 8px !important;
}

#logoright{
    color: #fff;
    
    font-family: 'Roboto';
    font-weight:1;   
}

#logoleft{
    /*color: rgb(201,215,135);*/
    color : white ;
    
    font-weight: 10;
    font-family: 'Roboto';
    padding-bottom: 20px;
}
#logoicon{    
    color: rgb(201,215,135);
    font-size: 30px;
    font-weight: 200;
    vertical-align: text-bottom;
    line-height: 34px;
}