.ac-container{
	width: 100%;
	/*margin: 30px auto 15px auto;*/
	text-align: left;
    border-left: 1px solid #E7E7E7;
    /*border-right: 1px solid #E7E7E7;*/
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 15px;
	/*background: #f1f1f1;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 0px 0px 0px 0px rgba(155,154,155,0.3), 0px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 0px rgba(0,0,0,0.1);
}
/*.ac-container label:hover{
	background: #f1f1f1;
}*/
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #181818;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 0px 0px 0px 0px rgba(155,155,155,0.3), 
    0px 0px 0px rgba(0,0,0,0.1);
    background-color:#CACACA;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}
.ac-container input:checked + label:hover:after{
	/*background-image: url(../images/arrow_up.png);*/
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 23px;
	font-size: 12px;
	padding:5px 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}
.ac-container input:checked ~ article.ac-medium{
	height:100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}

.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #3d7489;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #80B8CE;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #82858e;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #7FB2C1;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b0d4e3;
	background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d4e3), color-stop(100%,#88bacf));
	background: -webkit-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -o-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -ms-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #80B8CE;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

.ac-container input:checked ~ article.ac-small ul li a label {
    display:inline;
    box-shadow:none;
}

.ac-container input:checked ~ article.ac-medium ul li a label {
    display:inline;
    box-shadow:none;
}

.ac-container input:checked ~ article.ac-large ul li a label {
    display:inline;
    box-shadow:none;
}

.ac-container input:checked ~ article.ac-small ul li {
    padding:0px 0px 0px 20px;
    margin:0px;
}


.ac-container input:checked ~ article.ac-medium ul li {
    padding:0px 0px 0px 20px;
    margin:0px;
}

.ac-container input:checked ~ article.ac-large ul li {
    padding:0px 0px 0px 20px;
    margin:0px;
}





/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}






/*-------------------------------------------navigation styles---------------------------------------------------*/

#nav
		{
			width: 80em;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			/*position: absolute;
			top: 25%;
			left: 50%;
			margin-left: -30em;*/ 
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
                list-style:none;
			}
				#nav li a
				{
					color: #fff;
					display: block;
                    text-decoration:none;
				}
				/*#nav li a:active
				{
					background-color: #f1f2f3 !important;
				}*/

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; 
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; 
			}

			/* first level */

			#nav > ul
			{
				background-color: #1e64a2;
                /*height:53px;
                list-style: none;*/
                margin:0;
                padding:0;
			}
				#nav > ul > li
				{
					height: 100%;
					float: left;
                    padding:20px;  
                    background: url('../../Content/images/list_divder.png') no-repeat right 20px;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 14px;
						text-align: center;
                        /*border-right: 1px solid #3D83C2;*/  
					}

	                #nav > ul > li:last-child {
	                    background:none;
                    }
						#nav > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #cc470d;*/
                            
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							/*background-color: #cc470d;*/
                            color:#1CAEE7;
						}


				/* second level */

	        #nav li ul {
                display: none;
	            margin-top: 18px;
	            position: absolute;
	            text-align: left;
	            border: 1px solid #9AB;
	            background: white;
	            padding: 20px;
	            color: #333333;
	            font-size: 13px;
	            font-weight: 500;
	            border-radius: 0 0 6px 6px;
	            box-shadow: 1px 6px 9px rgba(0,0,0,0.2);
                width:160px;
                z-index:100;
	        }
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
	        #nav li ul a {
	            font-size: 1em;
	            color: #1e64a2;
	            line-height: 22px;
	            font-weight: normal;
	            text-decoration: none;
	            display: block;
	            text-align: left;
	            position: static;
	            background: none;
	            background-image: none;
	            padding: 0px 0px;
	        }
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								/*background-color: #e15a1f;*/
							}


		@media only screen and ( max-width: 1024px ) /* 1000 */
		{
			#nav
			{
				width: auto;
				position: absolute;
				margin: 0;
			}

            #nav > ul > li
				{
					height: 100%;
					float: left;
                    padding:20px 13px;  
                    background: url('../../Content/images/list_divder.png') no-repeat right center;
				}

		}

	    @media only screen and ( max-width: 768px ) {

            #nav > ul
			{
				background-color: #1e64a2;
                height:auto;
                border-radius:5px;
                margin:0 10px;
			}


	        #nav
		{
			width: 94%;
            position:absolute;
            /*margin:0;
            left:0;
            top:0;*/
		}

            #nav > ul > li {
	                height: 100%;
	                float: left;
	                padding: 12px 16px;
                    width:50%;
	                background: none;
                    border-bottom:1px dotted #3D83C2;
	            }

            #nav > ul > li > a
					{
						height: 100%;
						font-size: 14px;
						text-align: left; 
					}


             #nav li ul {
                display: none;
	            margin-top: 12px;
                margin-left:1px;
	            position: absolute;
	            text-align: left;
	            border: 1px solid #9AB;
	            background: white;
	            padding: 20px;
	            color: #333333;
	            font-size: 13px;
	            font-weight: 500;
	            border-radius: 0 0 6px 6px;
	            box-shadow: 1px 6px 9px rgba(0,0,0,0.2);
                width:100%;
                z-index:10000;
	        }




        }

		@media only screen and ( max-width: 480px )
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 100%;
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #1e64a2;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 5%;
						right: 25%;
						content: '';
                        width:25px;
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}

	            #nav > ul {
	                background-color: #1e64a2;
	                height: auto;
	                border-radius: 0;
	                margin: 0 10px;
	            }


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				/*position: absolute;
				left: 0;
				right: 0;*/
                width: 100%;
                margin: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}

	            #nav > ul > li {
	                height: 100%;
	                float: left;
	                padding: 12px 0px 0 0;
	                background: none;
	            }

	            #nav > ul > li:last-child {
	                padding-bottom:12px; 
                }

					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							/*border-bottom: 1px solid #cc470d;*/
                            border-bottom:1px solid #015AA8;
                            padding-bottom:10px;
						}


				/* second level */

				#nav li ul {
                display: none;
	            margin-top: 0px;
	            position: static;
	            text-align: left;
	            border: 1px solid #9AB;
	            background: white;
	            padding: 20px;
	            color: #333333;
	            font-size: 13px;
	            font-weight: 500;
	            border-radius:0;
	            box-shadow: 1px 6px 9px rgba(0,0,0,0.2);
                width:100%;
	        }

	        #nav ul li.over {
	            background: #000;
	            color: #1CAEE7;
	        }
		}




/*-------------------------------------default.css----------------------------------------------*/


/*
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/



/* general */

/**,
h1, 
figure 
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}*/



/* box sizing */

/**,
*::before,
*::after,
input[type='search'] 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/



/* font smoothing */

/**, *::before, *::after
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/



/* main scrollbar */

/*html
{
	-ms-overflow-style: -ms-autohiding-scrollbar;
}*/



/* killing 300ms touch delay */

/*html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}*/



/* svg */

/*svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}*/



/* list */

/*ul,
ol
{
	list-style: none;
}*/



/* text */

/*em
{
	font-style: italic;
}

b
{
	font-weight: inherit;
}

i
{
	font-style: inherit;
}

ins
{
	text-decoration: none;
}*/



/* form */

/*input,
textarea,
select
{
	border-radius: 0;
	border: none;
	outline: none;
}

select:-moz-focusring 
{
    text-shadow: 0 0 0 #000;
	color: transparent;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea,
select
{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	border: none;
	background-color: transparent;
}*/



/*-------------------------------------default.css----------------------------------------------*/






/*-------------------------------------------navigation styles---------------------------------------------------*/

/*-------------------------------------------Admin page styles -----------------------------------------------------*/

.loadingpanel {
    width:100%;
    background:rgba(0, 0, 0, 0.3);
    position:fixed;
    right:0;
    left:0;
    top:0;
    bottom:0;
    z-index:10000;
}

.loadingpanel img {
    position:absolute;
    left:45%;
    top:40%;
    z-index:10000;
}


/*-------------------------------------------Admin page styles -----------------------------------------------------*/