/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS

  .section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.actext{
font-size: 22px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1.3em;

}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 3%;
    font-weight: bold;
    padding-left: 86px;
}
.mobile-banners{
display:none;
}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS

  .section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.actext{
font-size: 22px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1.3em;

}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 3%;
    font-weight: bold;
    padding-left: 86px;
}
.mobile-banners{
display:none;
}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  //CSS

  .section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.actext{
font-size: 22px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1.3em;

}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 3%;
    font-weight: bold;
    padding-left: 86px;
}
.mobile-banners{
display:none;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS

  .section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.actext{
font-size: 22px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1.3em;

}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 3%;
    font-weight: bold;
    padding-left: 86px;
}
#menu-outer {

    display: none;
}
.mobile-banners{
display:none;
}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  //CSS

  .section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 42px;
font-weight: 900;
}
.actext{
font-size: 22px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1.3em;

}
body {
    padding-left: 0px;
    padding-right: 0px;
}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 0%;
    font-weight: bold;
    padding-left: 0px;
}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 0%;
    font-weight: bold;
    padding-left: 0px;
}
.mobile-banners{
display:none;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  //CSS
  .gtco-cover{
      display:none;
  }
  .menupos {
    display: none;
}
.admission-box{
    display:inline;
}
.news-topbox{
	display:none;
}
.section1 h2 {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-top: 2%;
    font-size: 24px;
    font-weight: 900;
}
.section1 h2{
   font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 22px;
font-weight: 900;
}
.section2 h2{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
padding-top: 2%;
font-size: 22px;
font-weight: 900;
}
.actext{
font-size: 17px;
text-align: center;
padding-top: 3%;
padding-bottom: 5%;
font-family: Ubuntu; 
}
.acp{
padding-bottom: 10%;
color: #d3d3d5;
color: #292929;
line-height: 1.5;
font-family: Ubuntu; 
font-size: 1em;

}
.gtco-cover {
    height: 200px;
}
.overlay{
    display:none;
}
body {
    padding-left: 0px;
    padding-right: 0px;
}
.gtco-nav #gtco-logo {
    line-height: 1;
    margin: 0;
    padding-top: 0%;
    font-weight: bold;
    padding-left: 0px;
}
.post-thumb {
    display: none;
}
.img-responsive.principal {
    display: none;
}
.newsblock{
display:none;
}
.carousel-indicators {
    position: absolute;
    
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}
.box {
    padding-right: 1px;
}
.sticky-box {
    background: rgb(255,205,0,0.9);
    height: 77px;
    z-index: 999;
    top: 10%;
    width: 44%;
    position: absolute;
    top: 79%;
    right: 0;
}
.gtco-cover .display-tc h3 {
    font-size: 19px;
    padding-top: 10px;
}
#myVideo{
	display:none;
}
.mobile-banners{
margin-top: 12%;
}
.logoset{
	padding-bottom: 2%;
padding-top: 2%;
}
}