/* The basics */


body {
	font-family: "georgia", "times new roman", serif;
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-size: 14px;
	color: #4D4d4d;
	text-decoration: none;
	padding: 15px 15px 20px;
}

a {
	color: #39C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

table {
	font-size: 1.1em;
}


div.wrapper {
	/*max-width: 900px;
	min-width: 750px;
	margin: 0 auto;*/

	/*_width: 950px;*/ /* bad bad ie... */
	max-width: 100%;
	max-width: 900px;
	/*min-width: 750px;*/
	margin: 0 auto;
	width:100%;
}


a.siteLogo {
	position: absolute;
	margin: 0;
	text-decoration: none;
	background: transparent url(img/casa_logo.png) scroll no-repeat 0 0;
	display: block;
	width: 340px;
	height: 100px;
	z-index: 100;
	text-indent: -9999px;

/*	behavior: url(gfx/iepngfix.htc); */
}

div.blueBox {
	height: 160px;
	border: 9px solid #fff !important;
	border-radius: 25px !important;
	position: sticky !important;
	overflow: visible !important; 
	background-color: #0071a7 !important;

	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;

	-webkit-box-shadow: 1px 1px 5px #888 !important;
	-moz-box-shadow: 1px 1px 5px #888 !important;
	box-shadow: 1px 1px 5px #888 !important;

	zoom: 1;
	behavior: url(gfx/pie.htc);
}

div.helpMe {
	font-family: "georgia", "times new roman", serif;
	font-size: 2.8em;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	letter-spacing: 3px;
	bottom: 20%;
	text-shadow: 1px 1px 3px #000;
	padding: 10px 0;
	position: absolute !important;
	padding-left: 15%;
}


/*	Index **************************************/

div.helpMeIndex {
	font-family: "georgia", "times new roman", serif;
	font-size: 2.8em;
	line-height: 1em;
	font-style: italic;
	color: #fff;
	letter-spacing: 3px;
	bottom: 20%;
	text-shadow: 1px 1px 3px #000;
	padding: 10px 0;
	position: absolute !important;
	padding-left: 60px;
}

div.aboutText {
	font-family: "georgia", "times new roman", serif;
	font-size: 13px !important;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 115%;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	blur-radius: 10px;
	max-width: 450px;
	padding-top: 275px;
	padding-left: 60px;
	position: absolute;
}

div.index div.header {
	height: 75px;
}

div.index .logos {
	display: block;
	position: absolute;
	top: -20px;
	right: 0;
	padding-top: 20px;
}

div.index .logos p {
	font: normal 9px "Arial", sans-serif;
	color: black;
	margin-bottom: 1px;
	position: absolute;
	top: 2px;
	left: 23px;
}

div.index .logo {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}


div.index div.header a.ccma:hover {
	text-decoration: none;
}

div.index a.siteLogo {
	top: -72px;
	left: 205px;
}

div.index div.plane,
div.index div.flower {
	position: absolute;
	background-repeat: no-repeat;
}

div.index div.plane {
	top: -70px; left: -15px;
	width: 250px; height: 200px;
	background-image: url(img/lietadlo.png);
}

div.index div.flower {
	/*bottom: 125px; left: -65px;
	width: 160px; height: 160px;
	background-image: url(img/tulipan.png);*/

	bottom: 125px;
    	left: -10px;
    	width: 146px;
    	height: 160px;
    	background-image: url(img/tulipan.png);
    	background-size: 70px;
}

div.index div.blueBox {
	height: 550px;
	border-radius: 25px;
	background: #0071a7 url(img/index_bg.jpg) scroll no-repeat -2px 100%;
	background-repeat: no-repeat !important;
}


div.index div.blueBox nav.mainMenu {
	display:block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div.index div.blueBox nav.mainMenu ul {
	margin: 0;
	list-style-type: none;
}

div.index div.blueBox nav.mainMenu ul li {
	text-align: right;
	line-height: 125%;
}

div.index div.blueBox nav.mainMenu ul li a {
	font-size: 1.1em;
	padding-bottom: 3px;
	color: #fff;
	text-decoration: none;

	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	/*filter: Shadow(Color=#666666, Direction=135, Strength=5);*/
}

div.index div.blueBox nav.mainMenu ul li a:hover {
	text-decoration: underline;
/*	border-bottom: 1px solid #fff;*/
}

div.index div.blueBox .diamondProLogo {
	display: block;
	width: 110px;
	height: 155px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(img/logos/diamond-pro-logo.png) no-repeat;
}

@media screen and (max-width: 375px) { 
	div.aboutText {
		position: absolute;
        	padding-top: 100px;
        	max-width: 250px;
    	}
	div.index div.blueBox {
		height: 700px;
    	}
	div.helpMeIndex {
		padding-bottom: 150px; 
	}
}

@media screen and (max-width: 768px) {
	div.aboutText {
		position: absolute;
        	padding-top: 200px;
        	max-width: 350px;
    	}
	.index div.blueBox {
		height: 550px;
    	}
	div.helpMeIndex {
		padding-bottom: 150px; 
	}
}

@media screen and (min-width: 768px) {
	div.aboutText {
		position: absolute;
        	padding-top: 325px;
        	max-width: 425px;
    	}
	.index div.blueBox {
		height: 550px;
    	}
	div.helpMeIndex {
		padding-bottom: 125px; 
	}
}

@media screen and (min-width: 1200px) {
	div.aboutText {
        	padding-top: 325px;
        	max-width: 500px;
    	}
	.index div.blueBox {
		height: 550px;
    	}
	div.helpMeIndex {
		padding-bottom: 125px; 
	}
}


/***	Page ***********************************************/

div.page {
	margin-bottom: 20px;
}

div.page div.header {
	margin: 70px 0 55px;
}

div.page div.header div.helpMe {
	position: absolute;
	font-size: 2em;
	bottom: 5% !important;
	right: 40px;
	text-align: right;
}

div.page div.header div.center {
	position: relative;
}

div.page div.header div.glupocinky {
	background: transparent url(img/glupocinky.png) scroll no-repeat 0 0;
	position: absolute;
	top: -80px;
	left: 15px;
	width:410px;
	height: 180px;
}

div.page a.siteLogo {
	display: inline-block !important;
	position: absolute;
	right: 80px;
	top: -72px;
	position: absolute;
	margin: 0;
	text-decoration: none;
	background: transparent url(img/casa_logo.png) scroll no-repeat 0 0;
	display: block;
	width: 340px;
	height: 100px;
	z-index: 100;
	text-indent: -9999px;
}

div.page div.header div.insect {
	position: absolute;
	top: -8px;
	right: -15px;
	z-index: -1;
}

div.page div.menu {
	position: relative;
	padding: 0 50px;
	text-align: center;
}

div.page div.blueBox {
	margin-bottom: 25px;
	position: relative !important;
	background: #0069b5 url(img/page_bg.jpg) scroll no-repeat -1px 0;
}

div.page nav.mainMenu {
	margin: 20px 0;
}

div.page nav.mainMenu div {
	margin-bottom: 5px;
	color: #39C !important;
	line-height: 140%;
}


div.page nav.mainMenu a {
	color: #39C !important;
	font-size: 1.1em;
	display: inline-block;
	padding: 0 4px 0 2px;
	text-decoration: none;
}

div.page nav.mainMenu a.selected {
	font-weight: bold;
}

div.page nav.mainMenu a:hover {
	text-decoration: underline;
}


/***  Page Article  ***********************************************************/


div.page div.article {
	font-family: "georgia", "times new roman", serif;
	padding: 0 20px 30px 20px;
	overflow: auto;
}

div.page div.article div.header {
	margin: 0;
}

div.page div.article p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 140%;
}

div.page div.article h1 {
	color: #39C;
	font-size: 1.8em;
	/*font-family: "georgia", "times new roman", serif;*/
	margin: 30px 0 20px;
	letter-spacing: -1px;
}

div.page div.article h1:first-of-type {
	margin-top:0;
}

div.page div.article h2 {
	/*font-family: "georgia", "times new roman", serif;*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 25px 0 10px;
	color: #333;
	line-height: 100%;
}

div.page div.article h3 {
	font-size: 1em;
	font-style: italic;
  margin-top: 15px;
	color: #555;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.page div.article ul {
	margin-top: 15px;
	/*font-size: 1.2em;*/
}

div.page div.article ul ul{
	margin-top: 10px;
	padding-left: 25px;
}

div.page div.article hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #ccc;
	clear:both;
}

div.page div.article .padded {
	padding: 0 25px;
}


/***  Aside  ******************************************************************/

div.page div.aside {
	float: right;
	width: 250px;
	margin-left: 25px;
}


div.page div.aside div.article {
/*	background: #fff899;
	margin: 0 0 10px;
	padding: 10px 20px 18px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	behavior: url(gfx/pie.htc);*/

	position: relative;
	border: 4px #3f91ce solid;
	background-color: #fcffe0;
	margin: 0 0 10px;
	padding: 10px 20px 18px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;

	behavior: url(gfx/pie.htc);
}

div.page div.aside h1 {
	color: #333;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

div.page div.aside p {
	margin: 5px 0 0;
}


div.page div.aside div.article.dark {
	background: #f2f2f2;
	border-color: #bbb;
}

div.page div.aside div.article.dark .button {
	background: #bbb;
}

div.page div.aside hr {
	margin: 10px 0 13px;
}

div.page div.aside ul {
	margin: 5px 0 10px;
}



div.page ul.faq li{
	margin-bottom: 5px;
}

div.page ul.faq .small {
	font-size: 0.9em !important;
	line-height: 130%;
	display:block;
	margin: 0 0 3px ;
}


/***  Parents  ****************************************************************/

div.parents {
	margin-right: -20px !important;
}

div.parents ul {
	padding-left: 20px !important;
}

div.parents ul ul {
	margin-top: 3px !important;
	padding-left: 20px !important;
}

div.parents ul ul li {

}

div.parents ul.faq {
	list-style-type: none !important;
	padding-left: 1px !important;
}

div.tri-col,
div.duo-col {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;

	zoom:1;
	*display:inline;
}

div.duo-col {
	width: 45%;
}

 div.tri-col.last {
	padding-right: 0px !important;
	width: 32%;
}




div.footer {
	font-size:0.9em;
	color: #999;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center !important;
	position: relative;
}

div.footer a {
	color: #999;
}


/*** TWEAKED by raduxon ***/

div.article {
}

div.article p {
	text-align: justify;
	font-size: 12px;
	color: #4D4d4d;
}

div.article p.author {
	margin-top: 35px;
	font-style: italic;
}


div.messageboard {
	position: relative;
	padding: 30px 80px;
/*	border: 4px solid #555;*/
	background: #FCFFE0 url(img/cork-board.jpg) scroll repeat 0 0;;
	text-align: center;
	margin-bottom: 15px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	behavior: url(gfx/pie.htc);
	zoom: 1;
}

div.messageboard h1 {
	color: red;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	margin: 10px 0 5px 0;
	padding: 0 0 10px 0;
}

div.messageboard h2 {
	text-align: center;
	font-weight: bold !important;
	font-family: 'courier new' !important;
	font-size: 1.3em !important;
	letter-spacing: -1px;
}

div.messageboard .italic {
	color: purple;
}

div.messageboard div.article {
	background: url(img/draw-pin-l.png) scroll no-repeat 0 -5px, url(img/draw-pin-r.png) scroll no-repeat 100% 5px;
	background-color: #fdffea;
	padding: 20px 30px;

	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);

	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;

	position: relative;
	zoom: 1;
	behavior: url(gfx/pie.htc);
}

div.messageboard div.article h1 {
	font-family: 'courier new', 'courier', 'georgia', 'times new romans', serif;
	color: #333;
	font-size: 2em;
/*	font-weight: normal;*/
}

div.messageboard .no-messages {
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.messageboard table {
text-align:left }


div.parents div.header {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


div.header h1 {
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-top: 0;
}


div.article {
}

div.article ol li,
div.article ul li {
	padding-bottom: 3px;
	font-size: 1.2em;
}

.image-left,
.image-right {
	display: block;
	position: relative;
	float: left;
	margin: 0 30px 10px 0;
	border: 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 20px;
}


/*** Parents corner ***/

div.parents .stories ul {
	margin-left: 7px;
}

div.parents .stories ul li {
	margin-left: 0 !important;
}

div.parents .stories ul ul {
	margin-left: 0px;
}

div.parents p {
	text-align: left !important;
}

div.parents ul.montessori-links ul {
	margin-top: 0;
}


/***  Gallery  ***/

div.gallery {
	margin-bottom: 50px;
}

div.gallery .image {
	display: inline-block;
	margin: 10px 2px;
}

div.gallery .image .caption {
	display: block;
	width: 160px;
	position: relative;
	bottom: 20px;
	text-align: center;
}

div.gallery .image .caption span {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: white;
	border: 1px solid #ccc;
	z-index: 100;

	-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	box-shadow: 1px 1px 5px #888;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;

	behavior: url(gfx/pie.htc);
}




div.gallery2 {
	margin-bottom: 50px;
}

/*div.gallery2 .image {
	display: inline-block;
	margin: 10px 2px;
}*/

div.gallery2 .caption {
	display: block;
	/*width: 160px;
	position: relative;
	bottom: 20px;*/
	text-align: center;
	margin: 25px auto;
}

div.img {
    margin: 0 auto 70px;
    display: block;
}

div.gallery2 .caption span {
	position: relative;
	/*display: inline-block;*/
	padding: 5px 10px;
	background: white;
	/*border: 1px solid #ccc;*/
	z-index: 100;
	color: #39C;
    font-size: 20px;

	/*-webkit-box-shadow: 1px 1px 5px #888;
	-moz-box-shadow: 1px 1px 5px #888;
	box-shadow: 1px 1px 5px #888;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;

	behavior: url(gfx/pie.htc);*/
}

.hr {
    height: 1px;
    background-color: #39C
}


/***  Private gallery  ***/

div.private-gallery {
	margin-bottom: 20px;
}

div.private-gallery a {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	display: inline-block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;

	-webkit-box-shadow: 0px 0px 2px #aaa;
	-moz-box-shadow: 0px 0px 2px #aaa;
	box-shadow: 0px 0px 2px #aaa;
}

div.private-gallery .image {
	display: inline-block;
	margin: 0 0px 5px 0;
}

div.private-gallery .image .frame {
	background-color: #000;
	display: block;
	width: 80px;
	height: 60px;
/*	opacity: 0.85;*/
}


div.private-gallery .image:hover {
	border-color: #aaa;
}

div.private-gallery .image:hover .frame {
	opacity: 0.85;
}


/***  MISC  *******************************************************************/

.box,
.button {
	padding: 6px 13px 7px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	behavior: url(gfx/pie.htc);
}


.button {
	display: inline-block;
	background: #3f91ce;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

.button:hover {
	background: #555 !important;
	text-decoration: none;
}


.button.disabled {
	cursor: default !important;
	background: #fff;
	border: 1px solid #aaa;
	color: #aaa;
}


.box {
	position: relative;
	border: 1px solid #aaa;
	padding: 10px 20px;
	margin-bottom: 10px;
	zoom: 1;
}

.button.disabled:hover {
	background: #fff !important;
}


div.box h1:first-child,
div.box h2:first-child,
div.box h3:first-child {
	margin-top: 5px !important;
}

.blueText, .blueText p {
	color: #000099 !important;
}

.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: transparent url(img/icons.png) scroll no-repeat 0 0;
}

.icon .icon-info {
	background-position: 0 0;
}


/***  Misc  *******************************************************************/

.blue {
	color: darkblue;
}

.green {
	color: darkgreen;
}

.pastel-yellow {
	background: #f2f6da;
}

.pastel-orange {
	background: #f6eeda;
}

.pastel-red {
	background: #f6e5da;
}

.pastel-green {
	background: #e9f6da;
}

.new {
	color: red !important;
}


/* contact
******************************************************************************/

.contact {
	position: relative;
}

.contact .qr {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 500px;
}

.contact .qr img {
	float: left;
}

.contact .qr p {
	font-size: 0.75em !important;
	margin-left: 170px;
	margin-top: 0;
}

.contact .map {
	margin-top: 30px;
	height: 384px;
	width: 507px;
	background: rgb(238, 238, 238);
}

/*.contact .map iframe {
	height: 100%;
	width: 100%;
}*/


/* Menu CSS */

.menu_btn {
    background: rgb(247, 62, 6);
    border: none;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 4px;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 0px;
    display: none;
}
div.index div.blueBox div.helpMe {
    line-height: 45px;
}
.top_menu:before {
    content: '';
    border: 10px solid rgb(247, 62, 6);
    position: absolute;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    top: -20px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    right: 25px;
    display: none;
}
.btn--transition {
	-webkit-transition: -webkit-transform 0.2s;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
:focus {
    outline: none;
}
.icon span {
	display: block;
	height: 4px;
	width: 27px;
	background-color: #ffffff;
	border-radius: 2px;
	position: absolute;
	left: 6px;
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.icon span:first-child {
    top: 8px;
}
.icon span:nth-child(2) {
    top: 18px;
}
.icon span:last-child {
    top: 28px;
}
.icon--active span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
}
.icon--active span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
}
.icon--active span:nth-child(2) {
   opacity: 0;
}

.icon-transition {
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.left_div {
    width: 26%;
    display: inline-block;
    vertical-align: top;
}
.left_div p{
	text-align: center !important;
}
.left_div ol {
    margin: 0px;
    padding: 5px 60px;
}
.left_div ol li{
	line-height: 25px;
	font-size: 1.2em;
}


/* Responsive CSS */

@media (max-width:768px){
	.top_menu {
	    display: none;
	    top: 70px;
	    position: relative;
	    background: rgb(1, 119, 181);
	    padding: 10px 25px;
	    z-index: 9;
	    border-radius: 2px;
	    left: 20px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.menu_btn,.top_menu:before {
		display: block;
	}
	div.index div.blueBox nav.mainMenu {
	    position: relative;
	    bottom: 40px;
	}
	div.index div.blueBox nav.mainMenu ul li a {
	    line-height: 32px;
	    cursor: pointer;
	}
	a.siteLogo {
	    position: relative;
	    width: 280px;
	    background-size: 95%;
	}
	div.index a.siteLogo {
	    top: -56px;
	    left: 10px;
	}
	div.index .logo {
	    margin-left: 8px;
	}
	div.index div.blueBox {
	    top: 55px;
	}
	div.index div.plane {
	    top: 10px;
	    left: -15px;
	    width: 175px;
	    background-size: 100%;
	}
	div.index .logos {
	    padding-top: 15px;
	    left: 0px;
	    margin: 0 auto;
	    text-align: center;
	}
	.inner_mene{
		width: 100%;
		left: 0px;
		top:0px;
	}
	div.page nav.mainMenu a {
	    color: rgb(255, 255, 255);
	    display: block;
	    text-align: right;
	    line-height: 30px;
	}
	.dot_point{
		display: none;
	}
	div.page div.header div.glupocinky{
		background: transparent url(img/flower.png) scroll no-repeat 0px 124px;
		width: 100%;
	}
	div.page a.siteLogo {
	    right: 0px;
	    top: -54px;
	}
	div.page div.header div.helpMe {
	    line-height: 28px;
	}
	.inner_btn{
		top: -175px;
		right: 15px;
		z-index: 999;
	}
	.contact .qr{
		width: 100%;
		position: relative;
		top: 30px;
	}
	.contact .map {
	    width: 100%;
	}
	.contact .qr img {
	    float: none;
	    max-width: 230px;
	}
	.contact .qr p {
	    margin-left: 0px;
	}
	div.img {
	    margin: 0 auto 30px;
	    width: 100%;
	    max-width: 650px;
	}
	div.page div.article {
	    overflow: inherit;
	}
	div.page div.header {
	    margin: 50px 0 40px;
	}
	div.tri-col, div.duo-col {
	    width: 95%;
	}
	div.messageboard {
	    padding: 30px 15px;
	}
	.left_div {
	    width: 100%;
	}
	.left_div ol {
	    padding: 5px 15px;
	}
	div.page div.article .padded {
	    padding: 0 0px;
	}
}

@media (min-width: 768px) and (max-width:875px){
	div.index a.siteLogo {
	    left: 110px;
	}
	.contact .qr {
	    top: 40px;
	    width: 450px;
	}
	.left_div {
	    width: 48%;
	}
	.left_div ol {
	    margin: 0px;
	    padding: 5px 30px;
	}
}
.img_new1{
	margin: 10px auto;    
	position: relative;
    top: -24px;
}

dt,dd    { font-size: 1.2em; }

.map iframe{
	width: 100%;
	min-height: 400px;
}
.new_left_div{
	width: 49%;
	border: 1px solid #ddd;
}
.why_ul{
	border-top: 1px solid #ddd;
	padding: 5px 45px;
}
.why_ul li{
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}
.why_ul li:last-child{
	border:none;
}
.why_table{
	width: 90%;
	margin-left: 30px;
	margin-top: -2px;
}
.why_table th, .why_table td{
	padding: 10px;
}

@media(max-width: 768px){
	.new_left_div {
	    width: 100%;
	}
	.new_left_div ol{
		padding: 5px 30px;
	}
	.why_ul br{
		display: none;
	}
	.why_table{
		width: 100%;
		margin-left: 0px;
	}
	.why_table th, .why_table td {
	    padding: 10px 5px;
	}
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}

.animate-flicker {
   -webkit-animation: flickerAnimation 1.5s infinite;
   -moz-animation: flickerAnimation 1.5s infinite;
   -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
  color:red !important;
/*  font-size:24px;*/
  font-weight:900;
}

/*@keyframes glow {
  to{
  	text-shadow: 0 0 1.2px #000;
  	color: #f00;
  	opacity: 1;
  }
}
.animate-flicker{
	animation: glow .6s infinite alternate;
}*/

.news_animation{
	-webkit-animation: flickerAnimation 1.5s infinite;
   -moz-animation: flickerAnimation 1.5s infinite;
   -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
	color:red !important;
	font-weight: 800;
}

#login_parent {
  display: inline-block;
color: #3f91ce;
background: none;
font-size: 1em;
text-decoration: none;
padding: 5px 0px 12px 3px;
border-radius: 24px;
border: none;
font-family: "georgia", "times new roman", serif;
}

#login_parent:hover{

}


	/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  text-align: center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  text-align: left;
  max-width: 500px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn_close{
  color: #000;
  float: none;
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  background: #fff;
  color:#4285f4;
  padding: 5px 15px;
  border: 1px solid #ddd;
}
.btn_login{
	background: #4285f4;
	border-radius: 2px;
	border: none;
    color: #fff;
    padding: 5px 15px;
}
.input_field{
	border-radius: 2px;
    border: 1px solid #d7d6d6;
    padding: 6px;
}
.parent-login{
	cursor: pointer;
}
.img_new{
	width: 100%;
}