/*!
 * Customized Bamboo Shoots Styles 
 */

/* added for bouncing arrow effect */

      @-webkit-keyframes bounce {
	0% {
		-webkit-transform:translateY(-100%);
	}
	5% {
		-webkit-transform:translateY(-100%);
	}
	15% {
		-webkit-transform:translateY(0);
		padding: 4px auto;
	}
	20% {
		-webkit-transform:translateY(-80%);
	}
	25% {
		-webkit-transform:translateY(0%);
		padding: 4px auto;
	}
	30% {
		-webkit-transform:translateY(-70%);gallerytopic
	}
	35% {
		-webkit-transform:translateY(0%);
		padding: 5px auto;
	}
	40% {
		-webkit-transform:translateY(-60%);
	}
	45% {
		-webkit-transform:translateY(0%);
		padding: 5px auto;
	}
	50% {
		-webkit-transform:translateY(-50%);
	}
	55% {
		-webkit-transform:translateY(0%);
		padding: 6px auto;
	}
	60% {
		-webkit-transform:translateY(-30%);
	}
	65% {
		-webkit-transform:translateY(0%);
		padding: 6px auto;
	}
	70% {
		-webkit-transform:translateY(-15%);
	}
	75% {
		-webkit-transform:translateY(0);
		padding: 8px auto;
	}
	80% {
		-webkit-transform:translateY(-10%);
	}
	85% {
		-webkit-transform:translateY(0);
		padding: 8px auto;
	}
	90% {
		-webkit-transform:translateY(-5%);
	}
	95% {
		-webkit-transform:translateY(0);
		padding: 10px;
	}
	100% {
		-webkit-transform:translateY(0);
		padding: 10px;
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-moz-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-moz-transform:translateY(-50%);
  }
  40% {
  	-moz-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-moz-transform:translateY(-30%);
  }
  70% {
  	-moz-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-moz-transform:translateY(-15%);
  }
  90% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-moz-transform:translateY(-10%);
  }
  97% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-moz-transform:translateY(-5%);
  }
  100% {
  	-moz-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
	-o-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-o-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-o-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-o-transform:translateY(-50%);
  }
  40% {
  	-o-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-o-transform:translateY(-30%);
  }
  70% {
  	-o-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-o-transform:translateY(-15%);
  }
  90% {
  	-o-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-o-transform:translateY(-10%);
  }
  97% {
  	-o-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-o-transform:translateY(-5%);
  }
  100% {
  	-o-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
	transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	transform:translateY(-50%);
  }
  40% {
  	transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	transform:translateY(-30%);
  }
  70% {
  	transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	transform:translateY(-15%);
  }
  90% {
  	transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	transform:translateY(-7%);
  }
  97% {
  	transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	transform:translateY(-3%);
  }
  100% {
  	transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}


body {
    overflow-x: hidden;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.text-muted {
    color: #777;
}


p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

p.large {
    font-size: 16px;

}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #d4af37;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #fed136;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: 300;
    color: #941a20;
}

ul {
	color: #777;
}

.gallerytopic {
	font-size: 1.75em;
	/* removed to fix wrapping issues */
	/*line-height: .25em;*/
}

.img-centered {
    margin: 0 auto;
}


/*rounded image in teacher materials - no link */

.tableimage {
	border-style: solid;
	border-color: #999999;
	border-width: 6px;
}

.bg-bamboo {
    background-image: url("../img/bg/bamboo_bg.jpg");
   
} 

.bg-light-bamboo {
    background-image: url("../img/bg/bamboo_light.png");
   
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-xl {
    padding: 20px 40px;
    border-radius: 3px;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
}


.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: #222;
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

/* prevent navbar two line wrap */
@media(max-width:850px){
  #smalllogo {
    width: 85%;
  }
  #smalllogo img {
    width: 100%;
  }
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg/bamboo_cover.jpg);
    background-position: center center;
    background-repeat: no;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


header .intro-text {
    padding-top: 375px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    color: #941a20;
    font-size: 30px;
    font-style: italic;
    line-height: 15px;
}

header .intro-text .intro-heading {
    margin-bottom: 10px;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    text-transform: none;
    color: #941a20;
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    
}

#intro_button {
        display:table;
        width: 300px;        
        margin: 0 auto;
        border-radius: 10px;

      }
            
#intro_button a, #intro_button a:visited, #intro_button a:active {
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    text-transform: none;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    padding: 4px 10px 4px 10px;
    background-color: #dec462;  

      }   

      
#intro_button a:hover {
      background-color: #fed139;
      border-radius: 10px;
                
      }



@media(min-width:768px) {
    header .intro-text {
        padding-top: 500px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 10px;
        font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 50px;
    }
}

section {
    padding: 85px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    /*font-size: 40px;*/
}

section h3.section-subheading {
    margin-bottom: 18px;
    text-transform: none;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: #a1915e;
}



section p.section-subheading {
    margin-bottom: 10px;
    text-transform: none;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

section .intro-text .intro-heading {
       
        margin: 5px;
        padding:30px;
        text-transform: none;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: 100;
        line-height: 60px;
        background-color: #ffffff;
        opacity: 0.7;
                
}

@media(min-width:768px) {
section .intro-text .intro-heading {
       
        margin: 50px;
        padding:30px;
        text-transform: none;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: 100;
        line-height: 60px;
        background-color: #ffffff;
        opacity: 0.7;
                
} 
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
}


/*gallery timeline left alignment for responsive*/




/*@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}*/





.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: none;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 30px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    
    
}


.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 0 100px;
    text-align: left;
    border-right-width: 14px;
	

}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 60px;
    margin-right: 50px;
	line-height:1.2em;
    color: inherit;
}

.timeline .timeline-heading h3 {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    line-height:1.2em;
    color: #941a20;
}


.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-headingright h4 {
    margin-top: 60px;
    margin-left: 100px;
  line-height:1.2em;
    color: inherit;
    width:100%;
}

.timeline .timeline-headingright h3 {
    margin-top: 10px;
    margin-left: 100px;
    line-height:1.2em;
    color: #941a20;
}

.timelinetopic {
  font-size: 1.75em;
  /* removed to fix wrapping issues */
  /*line-height: .25em;*/
}


.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

/* Aaron */
@media(max-width:767px) {
  
  section {
    padding: 10px 0;
  }
  
  .timeline>li {
    margin-bottom: 50px;
    min-height: 50px;
  }

  .timeline>li .timeline-panel {
    float: left;
    left: 110px;
    width: 200px;;
    padding: 0 10px 10px 20px;
    text-align: left;
  }

  .timeline>li .timeline-image {
    left: 0;
    width: 100px;
    height: 100px;
  }
  
  .timeline .timeline-heading h3 {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.2em;
    line-height:1.2em;    
    color: #941a20;
  }
  
  .timeline .timeline-heading h4 {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 500;
	  line-height:1em;
    color: inherit;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel {
    float: left;
    left: 130px;
    padding: 0 30px 20px 0px;
    text-align: left;
  }
  
  .timeline .timeline-headingright h4 {
    margin-top: 20px;
    margin-left: 0;
	  font-weight: 500;
	  font-size: 1em;
	  line-height:1em;
    color: inherit;
  }
  
  .timeline .timeline-headingright h3 {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.2em;
    line-height:1.2em;
    color: #941a20;
  }
    
  .info {
    display:none;
  }
}
/* /Aaron */

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
    }
	
	
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


.teacher-item {
    margin-bottom: 50px;
    text-align: center;
}

.teacher-item img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.teacher-item h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.teacher-item p {
    margin-top: 0;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    line-height: 40px;
}




::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}


 /*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 

 
  /*==========  Mobile First Method  ==========*/
 
  /* Custom, iPhone Retina */
  @media only screen and (min-width : 320px){
 
  }
 
  /* Extra Small Devices, Phones */
  @media only screen and (min-width : 480px){
 
  }
 
  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px){
 
  }
 
  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px){
 
  }
 
  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px){
 
  }

  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1680px){
 
  }

/* ----------- Asus Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {

}

/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {

}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- Galaxy Tab 10.1 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

/* ----------- Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {

}

/* ----------- Kindle Fire HD 8.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: landscape) {

}

 
 
 
  /*==========  Non-Mobile First Method  ==========*/
 
  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px){
 
  }

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* Laptop Devices, Desktops */
  @media only screen and (max-width : 1280px){
 
  }

  /* Laptop older Devices, Desktops */
  @media only screen and (max-width : 1024px){
 
  }
 
  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px){
 
  }
 
  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px){
 
  }
 
  /* Extra Small Devices, Phones */
  @media only screen and (max-width : 480px){
 
  }
 
  /* Custom, iPhone Retina */
  @media only screen and (max-width : 320px){
 
  }


