﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}


    @font-face{font-family: Nats; src: url(../fonts/NATS.ttf);}
    @font-face{font-family: Mandali; src: url(../fonts/Mandali-Regular.ttf);}
    @font-face{font-family: Timmana; src: url(../fonts/TimmanaRegular.ttf);}   
    
nav {
	display:block;
}
html {
	background:#7a0201 url(../images/toranam.png) repeat-x 0 0;
	height:100%;
}
body {
	background:url() repeat-x center 20px;
}

.wrapper {
	background:#efca85 url(../images/body-bg.png) repeat-x 0 -120px;
}

img, png {
	border:0;
	outline:none;
}
/* @Font Face */
@font-face {
    font-family: 'samarkannormal';
    src: url('../fonts/samarn_-webfont.eot');
    src: url('../fonts/samarn_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samarn_-webfont.woff') format('woff'),
         url('../fonts/samarn_-webfont.ttf') format('truetype'),
         url('../fonts/samarn_-webfont.svg#samarkannormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
	font-family:opensanCondensd;
	src:url(../fonts/OpenSans-CondBold.ttf);
}*/
@font-face {
    font-family: 'opensanCondensd';
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UniversCond';
    src: url('../fonts/univers_light_condensed-webfont.eot');
    src: url('../fonts/univers_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/univers_light_condensed-webfont.woff') format('woff'),
         url('../fonts/univers_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/univers_light_condensed-webfont.svg#univers_light_condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FontFace Ends */


header {
	min-height:120px;
}

header h1 {
	font-family:'opensanCondensd',Verdana, Geneva, sans-serif;
	color:#f7c669;
	text-shadow: 2px 2px 2px #3B3B3B;
	text-transform: uppercase;
}
header h1 span {
	font-size:.75em;
	clear:left;
}

header h3, .mobile-title{
	color: #FFFFFF;
    font-family:'samarkannormal',Verdana,Geneva,sans-serif;
    margin:0 auto 0;
	font-size:1.5em;
	letter-spacing: 1px;
}

.mobile-title {
	color:#7a0201;
	text-align:center;
	width: max-content;
	top:30px;
	left:10px;
	position:absolute;
	z-index:15;
	
}

header h3::before, header h3::after {
	content:" ";
	display:inline-block;
	height:25px;
	width:40px;
}

header h3:before {
	background:url(../images/mantra-left.png) no-repeat 0 10px;
}

header h3:after {
	background:url(../images/mantra-right.png) no-repeat 0 10px;
}
header .language
{
	float:right;
	width:220px;
	height:40px;
	background:url(../images/bgLanguage.png) no-repeat 0 0;
	margin:10px 20px 0 0;
	padding:0;
}
header .language p
{
	line-height:38px;
	padding:0 0 0 50px;
	float:left;
}
.language .selLan {
	background:url(../images/selLanguageArrow.png) no-repeat 0 0;
	width:17px;
	height:13px;
	margin:15px 10px 0 0;
	padding:0;
	float:right;
	cursor:pointer;
}

.topnav {
	background:url(../images/topnav-bg.png) repeat-x 0 0;
    box-shadow: 0 3px 3px #292929;
    height: 50px;
    margin: 0;
    padding: 0;
 }
.topnav ul
{
	height:46px;
	margin:2px auto;
	padding:0;
}
.topnav ul li {
	float:left;
	list-style-type:none;
    background:url(../images/topnav-border.png) right 0 no-repeat;
	
}
.topnav ul li a  {
	color: #535353;
    display: block;
    font-family: 'opensanCondensd',Verdana,Geneva,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 46px;
    list-style-type: none;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.topnav ul li:last-child {
	background:none;
}
.topnav ul li a:hover{
	background:url(../images/topnav-hover-bg.png) repeat-x 0 0;
	color:#fff;
}
.topnav ul li a.current{
	background:url(../images/topnav-hover-bg.png) repeat-x 0 0;
	color:#fff;
}

.news-area
{
/*	background:#944600 url(../images/icon-news.jpg) no-repeat 0 center;
	background-size:contain;*/
	background-color:#944600;
	margin:0 auto 15px;
	padding:0px 10px 5px;
	width:100%;
	overflow: hidden;
	font-size:1.5em;
	text-align:justify;
	background:
}
.news-area h1
{
	display:inline-block;
	color:#ffe06b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.25em;
}
.news-area p {
	color:#fff;
	display:block;
	padding:2px 15px;
	height:auto;
}
.news-area span a  
{
	color:#fff;
	float:right;
	text-decoration:none;
	padding:5px 15px 0 0;
}


.widget {
	padding:10px 20px 0;
	border-bottom:5px solid #f7c86e;
	border-radius:10px 10px;
/*	background-color:#e2e1e1;*/
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 4px 0px;
	margin-bottom:30px;	
}

.widget:after {
	content:"";
	background:#efca85 no-repeat center 0;
	height:25px;
	display:block;
	width:150px;
	top:25px;
	position:relative;
	margin: 0 auto;
}

.col:nth-child(4n) .widget, .widget-pink {
	background-color:#fbe5ec;
}

.col:nth-child(4n+1) .widget, .widget-red{
	background-color:#fbeae5;
}

.col:nth-child(4n+2) .widget, .widget-blue{
	background-color:#e5e6fb;
}

.col:nth-child(4n+3) .widget, .widget-yellow, .widget-main .widget{
	background-color:#fbf9e5 !important;
}

.col:nth-child(4n) .widget:after, .widget-pink:after  {
	background-image:url(../images/widget-bottom-pink.png);
}

.col:nth-child(4n+1) .widget:after, .widget-red:after  {
	background-image:url(../images/widget-bottom-red.png);
}

.col:nth-child(4n+2) .widget:after, .widget-blue:after  {
	background-image:url(../images/widget-bottom-blue.png);
}

.col:nth-child(4n+3) .widget:after, .widget-yellow:after, .widget-main .widget:after {
	background-image:url(../images/widget-bottom-yellow.png) !important;
}

.widget img {
	border:3px solid #f7c86e;
	border-radius:10px 10px;
}

.widget .readmore{
	color:#f60;
	text-decoration:none;
}

.widget .readmore:hover {
	text-decoration:underline;
}

.widget .know-more {
	color: rgb(255, 102, 0); 
	text-decoration: none;
	margin: 15px 0 -35px;
    z-index: 1;
}

.widget .know-more .arrow {
  text-align: center;
  margin: 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}




/* Not found start */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#notfound {
}

#notfound .notfound {
/*  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
	margin:0 auto;
	-webkit-transform: translate(-0%, -0%);
      -ms-transform: translate(-0%, -0%);
          transform: translate(-0%, -0%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 8em;
  font-weight: 900;
  /*-webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);*/
  background: url('../images/404-bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}


.notfound h3 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}

/* Not found ends */






















.widget h3 {
	color:#f60;
	margin-top:10px;
	font-family:'UniversCond',Verdana,Geneva,sans-serif;
	font-weight: bold;
}
.widget-bottom {
	width:100%;
	height:40px;
	background:url(../images/widget-bottom.png) no-repeat 0 bottom;
}

















.innerBanner {
	float:left;
	margin:5px 2% 0;
	width:964px;
	height:150px;
	padding:0;
	box-shadow:2px 2px 2px #202020;
}
/* Banners Styles Ends */
/* Content Area Styles */
.contentAreaHome {
	width:964px;
	float:left;
	margin:20px 22px 0;
	padding:0;
	min-height:400px;
}
.contentAreaHome .widgetBig {
	float:left;
	margin:	0;
	padding:0;
	width:354px;
	height:254px;
}
.widgetBig .widgetBigInner {
	padding:0;
	width:354px;
	height:214px;
	background-color:#e2e1e1;
	border-radius:10px 10px 0 0;
}
.contentArea{
	background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 2px #292929;
    float: left;
    margin: 10px 22px;
    padding:10px 20px 20px;
    width: 964px;
    *width: 920px;
    height:auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	min-height:350px;
}
/*.contentArea h1 
{
	color: #FF6600;
    font-size: 1.5em;
    margin: 10px 0 5px;
}
*/
.widget h1 {
	background: none repeat scroll 0 0 #FF6600;
    border-radius: 0 10px 0 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 35px;
    margin: 15px 10px;
    padding: 5px 20px;
	width: -webkit-fill-available;
  }
.widget h2 {
    color:#FF6600;
  }
.widget p
{
	margin:0 0 5px 0;
	line-height:24px;
	text-align:justify;
}
/*.slideshow{
	margin:0 auto;
	float:left;
	padding:0;
	width:335px;
	height:142px;
}
.slideshow img {
	margin: 20px 20px 0;
	padding:0;
}
*/
.widgetBig .widgetBottom {
	width:354px;
	height:40px;
	background:url(../images/sliderBottomBg.png) no-repeat 0 bottom;
}

.contentAreaHome .widgetSmall {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	width:285px;
	height:294px;
}
.widgetSmall .widgetSmallInner {
	padding:0;
	width:285px;
	height:250px;
	background-color:#e2e1e1;
	border-radius:10px 10px 0 0;
	text-align:center;
}

.widgetSmall img {
	margin:inherit auto;
}
.widgetSmall .widgetSmallInner p{
	line-height: 24px;
    padding: 5px 0 0 15px;
}
.widgetSmall .widgetSmallBottom {
	width:285px;
	height:40px;
	background:url(../images/widgetBottomBg.png) 0 bottom;
}
.widgetSmall .widgetSmallInner h2, .dailyActivites .dailyActivitesInner h2, .widgetBigInner h2, .divAd h2  {
	text-align:center;
	background-color:#900;
	border-radius:10px 10px 0 0;
	line-height:35px;
	color:#eebf66;
	text-transform:uppercase;
	font-family:'UniversCond', Nats; 
}
.widgetSmall .widgetSmallInner h2 .txtSmall {
	text-transform:lowercase;
}
.widgetSmall .widgetSmallInner .gMap {
	float:left;
	padding:10px 10px 0 10px;
}
.contentAreaHome .colorOrng {
	color: #FF6600;
    font-size: 18px;
    font-weight: bold;
}
.contentAreaHome .widgetMore {
	color: #292929;
    display: block;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
}

.contentAreaHome .widgetMore:hover
{
	text-decoration:underline;
}
.contentAreaHome .dailyActivites {
	float:left;
	margin:0;
	padding:0;
	width:354px;
	height:294px;
}
.dailyActivites .dailyActivitesInner {
	padding:0;
	width:354px;
	height:250px;
	background-color:#e2e1e1;
	border-radius:10px 10px 0 0;
}
.dailyActivitesInner .activities {
	margin:0;
	padding:0;
	float:left;
	width:354px;
	height:100px;
	border-bottom:1px solid #b9b8b8;
	background:url(../images/bgDailyActivities.png) repeat-x 0 0;
}
.dailyActivitesInner .activities:hover{
	background:#f9e1b5;
}
.dailyActivitesInner .activities p {
	margin:15px 0 0 0;
	line-height:22px;
}
.dailyActivitesInner .activities img {
	float:left;
	margin:15px;
}
.dailyActivites .dailyActivitesBottom {
	width:354px;
	height:40px;
	background:url(../images/sliderBottomBg.png) no-repeat 0 bottom;
}

.divAd {
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:354px;
	height:294px;
}
.divAdInner {
	padding:0;
	width:354px;
	height:250px;
	background-color:#e2e1e1;
	border-radius:10px 10px 0 0;
}
.divAdInner img {
	float:left;
	margin:5px 0 0 20px;
	padding:0;
}
.divAdBottom {
	width:354px;
	height:40px;
	background:url(../images/sliderBottomBg.png) no-repeat 0 bottom;
}

/* Accordion Styles */
.accordion-item {
	background:none;
	border:none;
}
.accordion-item .accordion-body
{
	border: medium double #CCCCCC;
    border-radius: 0 0 10px 10px;
    line-height: 1.6em;
    margin: 0px 10px;
    border-top:none;
	background-color:#fff;
}
.accordion-item h4 {
	background:none;
	background-color: #FFFFCE;
	border: medium double #CCCCCC;
    border-radius: 10px 10px 0 0	;
    color: #FF6600;
    font-weight: bold;
    line-height: 1.6em;
    margin: 20px 10px 0px;
}

.accordion-button, .accordion-button:not(.collapsed) {
	background: inherit;
	color: inherit;
    font-size: inherit;
    font-weight: inherit;
	border-radius: inherit;
}

.accordion-item h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons
{
	border-radius: 0;
    border-bottom:none;
}
/*.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_888888_256x240.png");
    
}
.ui-state-active .ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png");
    display: inline-block;
    height: 16px;
    width: 16px;
}*/


/* Accordion Styles Ends */
.imgRt 
{
	float:right;
	margin:5px 0 10px 10px;
}
.imgLt 
{
	float:left;
	margin:5px 10px 10px 0;
}
.higlight 
{
	color:#BE4B00;
}

.hightLight {
    color: #ff6300;
    font-weight: bold;
    font-size: 16px;
}

/* Gallery Styles  */
#vasaviGallery 
{
	width:95%;
	height:auto;
	margin:0 3.5%;
	padding:0;
	float:left;
}
#vasaviGallery ul 
{
	padding:0;
	width:100%;
}
#vasaviGallery ul li
{
	background:#FFFFCE;
    border-color: #9E9E9E;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px #989898;
    float: left;
    list-style-type: none;
    margin: 15px;
    padding: 6px;
}
#vasaviGallery ul li a img 
{
	float:left;
}
#vasaviGallery ul li:hover
{
	border: 1px solid #7A0201;
    box-shadow: 0 1px 10px #303030;
}
/* Gallery Styles Ends */

/* Contact Us Styles */
.contact 
{
    border-right: 1px dotted #A62E2D;
    float: left;
    height: auto;
    margin: 0 0 15px 15px;
    padding:0 15px 15px 0;
    width:50%;
    /*background-color:#EEF0EE;*/
}
.contact label
	{
	background: none repeat scroll 0 0 #A62E2D;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 27px;
    line-height: 27px;
    margin: 0 0 1px 15px;
    padding: 0 0 0 15px;
    width: 20%;
    border-radius: 5px 0 0 5px;
	}
.contact form 
	{
	height:auto;
    margin:5px auto 0;
    width:98%
	}
.contact div.msg 
	{
		float:right;
		height:20px;
		margin:0 5px 0 0;
	}
.contact p 
{
	padding:2px 0 0 0;
	clear:left;
}
.contact p .tblInput 
{
    border:1px solid #A62E2D;
    height:25px;
    outline:medium none;
    padding:0 0 0 10px;
    width:70%;
    background-color:#FFFFCE;
}
.contact p .txtarea 
{
	border:1px solid #A62E2D;
	outline:none;
    background-color:#FFFFCE;
	padding:5px 0 0 10px;
	width:70%;
}
.contact span, .bkApointment span
{
	font-size:.9em;
}

.contact .btnSubmit
{
	background: #A62E2D;
    border:1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #A2A2A2;
    color: #FFFFFF;
    font-family: UniversCond;
    font-size: 120%;
    height:35px;
    margin:0 0 0 12px;
    padding: 0;
    text-shadow: 1px 1px 1px #303030;
    width:25%;
    float:left;
}
.contact .btnSend:hover 
{
	background-color:#7CDDCD;
	color:#303030;
}
.reachUs 
{
    float:left;
    height:auto;
    margin:0 0 15px 15px;
    padding: 0;
    width:43%;
}

.reachUs .gmap img 
{
	border: 4px solid #DADADA;
    box-shadow: 1px 1px 1px #303030;
    display: block;
    float: left;
    height: 120px;
    margin: 0 2% 15px;
    padding: 0;
    width: 96%;
}
.reachUs .gmap img:hover 
{
	opacity: 0.5;
}
.reachUs p 
{
	padding:0 0 10px 5px;
	line-height:24px;
	border-bottom: 1px dotted #C5C5C5;
}
.reachUs .gMap {
	border: 1px solid #C5C5C5;
    height:50px;
    width:50px;
    display:block;
    margin:6px 10px 0px 0px;
    float:left;
}
.wdth50
{
	width:50%;
	height:auto;
	float:left;
}
.contColor 
{
	color:#FF6600;
	margin:0;
	width:auto;
	font-size:115%;
	font-weight:bold;
}

/*Activities Styles */
.divActivities
{
    border-right: 1px dotted #C6C6C6;
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;
    width: 48%;
}
.divActivities:last-child 
{
	border:none;
}
.divActivities h3 
{
	color:#f60;
	font-size:1.4em;
}
.divActivities table td
{
font-size:1.2em;
line-height:24px;
}
/*Activities Styles */

.txtCenter p {
    border: 1px solid #FFD5AB;
    color: #666666;
    font-weight: bold;
    line-height: 2em;
    margin: 0 0 15px;
    padding: 5px 0;
    text-align: center;
}

.news td {
    border: 1px solid #FFD5AB;
    color: #666666;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 5px 0;
    text-align: left;
}

.imgCenter
{
	float: left;
    margin: 0 0 20px 65px;
}
.clear 
{
	clear:both;
}
.donation p
{
	float:left;
	margin:0 0 0 20px;
	line-height:30px;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
}
/* Contact Us Styles Ends */

footer
{
/*	background:url(../images/footer-bg.jpg) repeat-x 0 0;*/
/*	background-size:contain*/
	min-height:50px;
	margin:0 auto;
	padding:10px;
	background:linear-gradient(#923605, #561c01) 0 45px;
	
	
}
footer .container
{
	background:none;
}

footer .col h3
{
	color:#fff200;
	font-size:1.2em;
}
footer .col ul
{
	padding:0px;
	margin:20px 20px 10px;
	color:#fff;
}

footer a
{
	color:#fff;
	text-decoration:none;
	line-height:2em;
}

footer.footer{
	background:none;
	background-color:#9f3a0e;
}

/* Google Translate */

.skiptranslate.goog-te-gadget
{
	padding:10px 5px;
	height:18px;
	overflow:hidden;
	width:195px;
}
select.goog-te-combo
{
	background:none;
	width:218px;
	border:none;
}

.donateButton
{
    background: none repeat scroll 0 0 #00AEEF;
    color: #FFFFFF;
    font-size: 18px;
    max-width: 235px;
    padding: 12px 32px 11px;	
    font-weight:bold;
    margin:30px auto;
    clear:both;
    text-decoration:none;
}

p a img.imgLt
{
	height:80px;
	margin:5px 10px;
}




/* Hamberger Menu */

#menuToggle
{
	background:url(../images/topnav-bg.png) repeat-x 0 0;
    box-shadow: 0 3px 3px #292929;
    height: 45px;
    text-align: center;
	display: block;
	position: absolute;
	padding-top:5px;
	z-index: 10;
	color: #535353;
	width: 100%;
	font-weight:bold;
  
	-webkit-user-select: none;
	user-select: none;
	top: 23px;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #daf9f4;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 5px 5px 0;;
  float:right;
  clear: both;
  position: relative;
  
  background: #7a0201;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #7a0201;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
.mobile-menu
{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 0;
  padding: 0;
  padding-top: 160px;
  
  background: #efca85;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.mobile-menu li
{
  padding: 10px 0;
  font-size: 22px;
  border-top: solid 1px #daf9f4;
}

.mobile-menu li:hover
{
  background-color:#ab7e2b;
  color:#fff;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


.accordion-item .accordion-body
{
	border: medium double #CCCCCC;
    border-radius: 0 0 10px 10px;
    line-height: 1.6em;
    margin: 0px 10px;
    border-top:none;
	background-color:#fff;
}
.accordion-item h4 {
	background:none;
	background-color: #FFFFCE;
	border: medium double #CCCCCC;
    border-radius: 10px 10px 0 0	;
    color: #FF6600;
    font-weight: bold;
    line-height: 1.6em;
    margin: 20px 10px 0px;
}





.accordion-container{
  height: auto;
  margin: 10px auto;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
}
.set > a{
	background:none;
	background-color: #fbeae5;
	border: medium double #CCCCCC;
    border-radius: 10px 10px 0 0	;
    color: #FF6600;
    font-weight: bold;
    line-height: 1.6em;
    margin: 20px 0 0px;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#FF6600;
  color: #fbeae5;
}
.content{
	border: medium double #CCCCCC;
    border-radius: 0 0 10px 10px;
    line-height: 1.6em;
    border-top:none;
	background-color:#fff;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/* Tabs */
* {box-sizing: border-box}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
