*{
	margin:0;
	padding:0;}
html, body {
	font-family: 'Graphik';
	height:100%;


}
#container{
    min-height:100%;
	background:url(images/Front-Page-BG2.jpg);
    background-size: cover;
	background-repeat:no-repeat;
   }
#main{
	overflow:auto;
	magin-bottom:100px; 
}
ul { list-style: none;}
a{ text-decoration: none; color:#000;}
a:hover { text-decoration: none; color:#000;}
#footer {
  position: relative;
  width: 100%;
  background-color:rgba(255, 255, 255, 0.3);
  height:100px;
  margin-top:-100px;
  clear:both;
}
.first-cont{font-family: 'Graphik'; width:100%; height:160px; background:rgba(255, 255, 255, 1);}
.inner-cont{ display:inline-block;}
.front-logo{ padding:5px;}
.logo-img{ height:60px;}  
.main-content{width:100%; border-radius:8px;  margin-bottom:160px; margin-top:50px; clear:both; vertical-align:top; padding:10px; overflow:hidden;}
.main-content-slider{width:100%;  background: rgba(255, 255, 255, .3); margin-bottom:160px;  clear:both; vertical-align:top;  overflow:hidden;}
.slider-img{ border-radius:15px; border:solid 2px rgba(255, 255, 255, .3); height:100%; overflow:hidden}
.dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
}
.dropdownmenu ul {
    background:;
    list-style: none;
    width: 100%;
}
.dropdownmenu li {
    display:inline-block;
    position: relative;
    width:auto;
	
}
.dropdownmenu a {
    color: #000;
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	 
}
.dropdownmenu li:hover a {
color: #555;
}
#submenu {
	font-family: 'Graphik';
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 1;
	background: rgba(255, 255, 255, .3);
}
li:hover ul#submenu {
    opacity: 1;
    top: 40px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}
#submenu li {
    float: none;
    width: 100%;
}
#submenu a:hover {
}
#submenu a {
}
		
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
	
	
}
#menu-wrapper #hamburger-menu {
    position: fixed;
    width: 30px;
    height: 20px;
    margin: 15px;
	top:0;
	z-index:2;
	
	
	
	
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
    color: red;
    background-color: red;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
	height: 4px;
	

}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
	height: 4px;

}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
	height: 4px;

}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(125deg);

}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);

}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-125deg);

}
#menu-container .menu-list .menu-submenu {
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: fixed;
    width: 330px;
    background: rgba(255, 255, 255, .8);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
    box-shadow: rgba(100,100,100,0.1) 6px 2px 10px;
    z-index:1;
    overflow-y: hidden;
    overflow-x: hidden;
    left: -100%;
	text-align: right;
	top:0px;
	height:100%;
	
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 25px;
    padding: 10px;
	
		color:#000;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle{
    cursor: pointer;
    font-size: 25px;
    letter-spacing: -1px;
	
}

.label-quiz {
display: block;
padding:20px;
}

.input-quiz {
width: 30px;
margin-left: 20px;
}

h2-quiz {
clear: both;
padding-top: 20px;
}

button-quiz {
width: 100px;
margin-top: 20px;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
}

.slide_viewer {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background:url(images/slide1.png);
  background-repeat:no-repeat;
  background-size: cover;

}

.slide:nth-of-type(2) {
 background:url(images/slide2.png);
   background-repeat:no-repeat;
  background-size: cover;

}

.slide:nth-of-type(3) {
 background:url(images/slide3.png);
   background-repeat:no-repeat;
  background-size: cover;

}

.slide:nth-of-type(4) {
 background:url(images/slide4.png);
   background-repeat:no-repeat;
  background-size: cover;

}

.slide:nth-of-type(5) {
 background:url(images/slide5.png);
   background-repeat:no-repeat;
  background-size: cover;

}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 50%;
  margin: 0 auto;

  position: relative;
  top:-300px;
  left:1;
  right:1;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

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

}

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

}
