/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Header style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*:focus {
    outline: none !important;
}
body{
	font-size:13px;
 	/*overflow:hidden;*/
 }

.header {
	height: 55px;
	background-color: #f2f2f2;
	border-bottom: solid 1px silver;
	margin-bottom: 50px;
}

.logo { margin: 10px 18px;}

.mainnav {
		position: absolute;
		right: 0px;
		top:0px;
		font-size: 12px;
	}
	
	.mainnav .nav>li>a{
		padding:17px 10px 18px;
	}
	.navbar .nav>li>a {
		color: #8E8E8E;
		text-shadow: 1px 1px rgba(6, 6, 6, 0.19);
	}
.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.4em;
font-weight: 100;
}

.navbar .nav>li {
float: left;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
color: #EFDBB6;
text-decoration: none;
background-color: transparent;
}

.navbar-custom .nav li a.active {
  outline: 0;
  background-color: rgba(255,255,255,.3);
  color: #EFDBB6;
  text-decoration: none;
  background-color: transparent;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end of Header style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ syntax hilighter style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.syntaxhighlighter .gutter .line {border-right: 3px solid #DADADA !important;}
.syntaxhighlighter .toolbar {background: #B9B9B9 !important;}
.syntaxhighlighter .line.alt2 {	background-color: #FAFAFA !important;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end of syntax hilighter style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.hilight-wrapper {
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 30px;
	max-width: 1056px;
	border: 1px solid #ddd;
}
.hilight-wrapper .nav{
	background-color: #f2f2f2;
}
.hilight-wrapper .active>a{
	background-color: #fff !important;
	padding-bottom: 12px !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	
	border: 0px !important;
}
.active{
	position: relative;
}

.nav-tabs>li>a {
	margin-right: 1px !important;
}
.ms-doc-link{
	float: right;
	margin-top: 10px;
	margin-right: 14px;
	padding-right: 25px;
	background-image: url('img/document.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;

}
.html-describe {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 39px;
	color: #777777;
	background-image: url('img/describ-icon.png');
	background-repeat: no-repeat;
	background-position: 13px 18px;
}
a:hover, a:focus {
	color: #171616;
}
.parallax-sub {
    background: url(http://natasanirouyoga.com/IMG_6799_blur.JPG);
    padding: 50px 0px;
    background-size: cover;
    background-position: 0px -330px;
}
.newsletter_title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
    /*font-weight: bold;*/
}
.newsletter_box {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.form-control:focus {
    outline-width: 0;
}
.form-control {
    font-style: italic;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.submit_newsletter {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    outline: 0;
    border: 0;
    height: 35px;
    width: 50px;
    color: #cd955f;
    font-size: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ to overwrite Bootstrapt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ms-skin-default .ms-slide .ms-slide-vcbtn {
    top: 15%;
}
.thumbnail {
    padding: 0px;
    border-radius: 0px;
}
.pagination>li>a, 
.pagination>li>span {
    color:#000;
}
.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}
.thumbnail.right-caption {
    width:100%;
    float: left;
}
.thumbnail.right-caption > .caption {
    padding: 4px;
}
.art_caption {
    color: rgb(69, 69, 69);
    font-weight: 200;
    min-height: 150px;
}
.art_caption p {
    color: rgb(69, 69, 69);
    font-size: 1.3em;
    font-weight: 200;
}
.caption p {
    margin: 0 0 10px;
    font-size: 16px;
}
.learn {
    padding: 0;
}

#contact_form {
    color: #5f3e2a;
}
#calendar_table tr {
    border-bottom:1px solid #D0D0D0;
    border-top:1px solid #D0D0D0;
}
#calendar_table td {
    border-left:1px solid #D0D0D0;
    border-right:1px solid #D0D0D0;
    text-align: center;
}
#calendar_table tr:first-child {
    /*background: #e7e7e7;*/
}
.thumbnail .caption {
    height: 145px;
}