.arc {
  stroke-weight: 0.1;
  fill: #fff;
}

.arc2 {
  fill: #3660b0;
}

.label {
  text-anchor: middle;
}

.radial-svg {
  display: block;
  margin: 0 auto;
}

.responsive{
	width:100%;
	height:auto;
}

 
 body {
				background: #fff;
				color: #333;
				font-family: Helvetica, Arial, sans-serif;
				line-height: 1.5em;
				
			}
.responsive-tabs{
	 padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
	background-image:url(../../img/book.jpg);
    box-shadow: 0 3px 3px 0 rgba(54, 18, 18, 0.589);
    border-radius: 4px;
}
			a { color: #0496b6}

			h1, h2 { margin: 1em 0 1.5em 0; color: #0f556f}
			.tabs h1, .tabs h2 { color: #333; margin-bottom: 1em;}
			.tabs ul, .tabs ol, .tabs p { margin-top:0; padding-top: 1em;}
			.tabs ul li, .tabs ol li { margin-bottom: 0.5em;}

			hgroup h1 { margin-bottom:0; margin-top:0; line-height: 1.2em;}
			
			hgroup h2 { font-size: 1.1em; font-weight: normal; position: absolute; top: 16px; right:20px;}

			.btn { display: block; float: left;  padding: 10px 15px; background: #0496b6; font-size: 1.5em; color: #fff; font-weight: bold; text-decoration: none; border-radius: 5px;  text-align: center; box-shadow: 2px 2px 2px #eee;}
			.btn:hover { background: #3cb7d3}
			.clearfix {
			  *zoom: 1;
			}

			.clearfix:before,
			.clearfix:after {
			  display: table;
			  content: "";
			}

			.clearfix:after {
			  clear: both;
			}
			.intro { margin: 20px 0; background: #c9f6f9; border: 1px solid #ccc; box-shadow: 2px 2px 2px #eee; padding: 5px 15px 10px 15px; }
			p.demo-intro { font-size: 1.2em; margin-bottom: -0.5em; font-weight: bold; }

			@media (max-width: 767px) {
				hgroup h1 { margin-top: 25px;}
				hgroup h2 { top: 0; left: 5px; font-size:12px;}
			 	.btn { width: 80%; margin: 20px auto; float:none;}
			}
	
/* itinry code */
.it_wrap h3 {
    margin-left: 10px;
    color: #000;
    text-shadow: none;
    margin-top: 0;
    font-size: 1.6em;
}

.it_wrap h4 {
    margin-left: 10px;
}

.itinry {
    padding: 5px 5px;
    margin-top: 20px;
    margin-bottom: 15px;
	background-color:#FFF;
    box-shadow: 0 3px 3px 0 rgba(54, 18, 18, 0.589);
    border-radius: 4px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#000;
}

.fullitinry {
    background-color: #f00;
    cursor: pointer;
    box-shadow: 3px 3px 3px #000;
    padding: 10px 10px;
    color: #f1f1f1;
}

.fullitinry:hover {
    background-color: #ff6a00;
}

.overnight {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: none;
}

.overplace {
    color: green;
    text-shadow: none;
    text-transform: capitalize;
}

.text-safari {
    display: block;
}

.safari input[type='text'] {
    display: block;
}

.safari textarea {
    display: block;
}

.showPower {
    position: absolute;
    z-index: 100;
}

.showPower {
    padding: 0;
    margin: 0;
}

.showPower li {
    display: inline;
    padding: 0;
    margin-left: 5px;
}

.showPower a {
    color: rgb(190, 180, 180);
    font-family: 'Roboto Condensed', sans-serif;
}

.showPower {
    color: whitesmoke;
}

.highlight {
    padding-left: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.extra-title {
    color: #af9684;
}

.d_num {
    background: #063;
    padding: 10px 10px;
    color: #fff;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    position: relative;
    top: 25px;
    right: 50px;
    border-radius: 4px 0 4px 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dayby {
    padding-left: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1em;
    text-decoration: underline;
    font-size: 1em;
    color: #000;
}

/* vertical-menu code */
.vertical-menu {
  width: 280px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:14px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #04AA6D;
  color: white;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:14px;
}