
@charset "UTF-8";
/* CSS Document */

  */
    @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
        #holder {
    margin: 0px;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    width: 100%;
	
    max-width:1000px;
    margin: auto;
    //border: 3px solid #000;

}

    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    }
    @media only screen and (device-width:768px){
       /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
      #holder {
    margin: 0px;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    width: 100%;
	
  
    max-width:1024px;
    margin: auto;
    //border: 3px solid #000;

}

    }

/* I wanted to center my loader */

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}
/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#holder {
    margin: 0px;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
    width: 100%;
	
    min-width:600px;
    max-width:1000px;
    margin: auto;
    //border: 3px solid #000;

}

#maximage {
    display: none;
    position: relative !important;
}
/*I want to style my pager*/

#cycle-nav {
    position: absolute;
    right: 10px;
    top: 10px;
}
#cycle-nav ul {
    list-style-type: none;
}
#cycle-nav ul li {
    border: 1px solid #ffffcc;
    float: left;
    margin: 4px;
}
#cycle-nav ul li a {
    background: #ffffcc;
    float: left;
    height: 10px;
    margin: 2px;
    width: 10px;
}
#cycle-nav ul li.activeSlide {
    border: 1px solid #ff6600;
}
/*Set my gradient above all images*/

#gradient {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
/* IMAGE MAX NAVIGATION */

#arrow_left,
#arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 30;
}
#arrow_left {
    right: 86px;
}
#arrow_left:hover,
#arrow_right:hover {
    bottom: 29px;
}
#arrow_left:active,
#arrow_right:active {
    bottom: 28px;
}


.in-slide-content-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    z-index: 19;
}
/*
div{
    clear: both;
}
*/

div.container{ 
clear:both;
vertical-align:top;
align-content: center;
}

div.inline { 
/*    float:left; */
    padding:5px; 
    vertical-align:top;
    display: inline-block;
/*    float:left;     */
}
.clearBoth { clear:both; }

#caption {
	z-index: 40;
    background-color: none;
    color: #000;
    padding: 0px 15px 5px 5px;
    margin-bottom: 15px;

}
.caption 
{
    z-index: 40;
    background-color: white; /* yellow */
    color: #000;
}


.in-slide-content {
    background-color: white;
    top: 160px;
    height: auto;
    left: 30px;
    position: absolute;
    width: 300px;
    z-index: 99;
    display: inline;
    //background-color:yellow;
    color: #000;
    padding: 20px 0px 50px 5px;
    font-size: 12px;
    line-height: 12px
    /*			color:#000	;
				//float:right;
				font-family:'Helvetica Neue', helvetica;
				;
				font-weight: 300;
				right:1;
				margin:00px;
				padding:0px;
				position:absolute;
				top:0;
				width:800px;
				z-index:9; /* Show above .gradient */
    /* 				text-shadow: 0 1px 0 #fff; */
    
    -webkit-font-smoothing: antialiased;
    */
}
/*			.light-text {color:#f0f0f0;text-shadow: 0 1px 0 #666;}
			.smaller-text {font-size:-20pt;}
*/

.youtube-video,
video {
    left: 0;
    position: absolute;
    top: 0;
}
/* 			body start  */

body {
    /* 
			background-image: url("http://ikoen.org/IMG_0081.jpg");
			background-image: url("http://ikoen.org/IMG_4966_3.jpg");
 */
    /* 
			background-repeat: no-repeat;
			background-color: 000; 
			background-size: 100%;
			
/* 			font-family: 'Allerta', sans-serif; */
    
    background-color: #fff;
    color: black;
    /*			background: url(images/imagedata.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    
    font-family: 'Open Sans', sans-serif;
    /*			font-size: 20px;
			line-height:20px;*/
    /* 			text-shadow: 4px 4px 4px #000; */
}
a:link,
a:visited {
    display: block;
    width: auto;
    font-weight: regular;
    color: #000;
    background-color: #;
    text-align: left;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
	
}
a:hover,
a:active, toggle:hover{
    /*     background-color: #000; */
	text-decoration:underline;
}

        .faq summary {
            display: block;
            //float: left;
            //padding: 5px;
        }
        .faq summary div {
            display: none;
        }
        .faq div:target {
            display: block;
        }

/* body end  */

.selected {
    text-decoration: underline;
}
#header {
    top: 30px;
    height: auto;
    left: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#header img {
    width: 100%;
}
#menu {
    width: 100%;
    padding-right: 0px;
}
ul {
    list-style-type: none;
    overflow: hidden;
    padding-top: 0px;
    padding-left:0px;
}
li {
    float: left;
    padding-right: 50px;
    padding-top: 2px;
    margin: 0px;
    line-height: 100%;
    padding-bottom: 0px;
}
.body {
    font-size: 20px;
    line-height: 20px;
}
/* fonts start */

.large-size {
    font-size: 125%;
    line-height: 125%;
}
.normal-size {
    font-size: 100%;
    line-height: 150%;
}
.medium-size {
    font-size: 85%;
    line-height: 135%;
}
.small-size {
    font-size: 65%;
    line-height: 100%;
}
/* fonts start end */

#container {
    top: 10px;
    height: auto;
/*    left: 30px;*/
/*    position: absolute;*/
/*    width: 400px;*/
    z-index: 19;
    height: 100px;
    padding-left: 0px;
    padding-top: 5px;
    background: white;
    opacity: 75%;
    /*width:1024px;
background: #CCC;
height:400px;
margin:auto;*/
}

/*
.curtains {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:99;
}
.curtains span {
	background:#fff;
	position:absolute;
}
.curtains .top {
	height:100px;
	left:0;
	top:0;
	width:100%;
}
.curtains .right {
	height:100%;
	right:0;
	top:0;
	width:100px;
}
.curtains .bottom {
	bottom:0;
	height:100px;
	left:0;
	width:100%;
}
.curtains .left {
	height:100%;
	left:0;
	top:0;
	width:100px;
}
.curtains .top {
    height: 100px;
    left: 0;
    top: 0;
    width: 1024px;
}
*/

/* 	#mc_embed_signup{; clear:left; font:14px Helvetica,Arial,sans-serif;  width:100px;} */
#mc_embed_signup form {
    display: block;
    padding: 10px 0 10px 0%;
    position: relative;
    text-align: left;
}
#mc_embed_signup input.email {
    display: block;
    margin: 0 4% 10px 0;
    min-width: 130px;
    padding: 8px 0;
    text-indent: 5px;
    width: 293px;
}
#mc_embed_signup input {
    border: 1px solid #999;
}
#mc_embed_signup input {
    border: 1px solid #999;
}
#mc_embed_signup input.button {
    display: block;
    margin: 0 0 10px;
    min-width: 90px;
    width: 295px;
}
#mc_embed_signup .button {
    background-color: #f00;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #0f0;
}
#mc_embed_signup input {
    border: 1px solid #999;
}



