html {
	font-size: 100% !important;
}

body{
	background:#f2f2f2;
	font-size:87.5%;
	font-family: 'Open Sans', sans-serif;
	color:#666666;
	line-height:1.7em;
	text-align:left;
}

a{
	text-decoration:none;
	color:#781a26;
}

a:hover{
	color:#666666;
}

h2{
	color:#781a26;
}

.clr{
	clear:both;
}

#container{
	margin:0 auto;
	width:80%;
	overflow:auto;
	clear:both;
	
}

.main-header img#logo{
	margin:0px 0;
	display:block;
	width:45%;
	transition: width 2s;	
}

.main-header .main-nav{
	background:#882433;
	height:40px;
	border-radius:5px;
	border:#c13046 1px solid;
}

.main-header .main-nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

.main-header .main-nav li{
	float:left;
	display:inline;
	margin-right:3px;
}

.main-header .main-nav li a{
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	height:auto;
}

.main-header .main-nav li a:hover,.main-header .main-nav li a.active{
	background:#efeadd;
	color:#781a26;
	border-radius:5px;
}

#content{
	overflow:auto;
	width:70%;
	float:left;
	transition: width 1s; /* animation */
}

#content article{
	border-radius:5px;
	overflow:auto;
	background:#ffffff;
	padding:10px 15px;
	margin-top:10px;
}

#content article span{
	font-style:italic;
	color:#000000;
}

#content a.readmore{
	display:block;
	float:right;
	color:#ffffff;
	padding:5px 9px;
	background:#c13046;
	border-radius:5px;
}

#content a.readmore:hover{
	background:#000000;
}

#aboutMe-content{
	overflow:auto;
	width:100%;
	transition: width 1s; /* animation */
}

#aboutMe-content article{
	border-radius:5px;
	overflow:auto;
	background:#ffffff;
	padding:10px 15px;
	margin-top:10px;
}


.images{
	margin-left: auto;
    margin-right: auto
	display:block;
	width:45%;
	transition: width 2s;
	vertical-align:center
}

#sidebar{
	width:30%;
	float:left;	
	transition: opacity 4s ease-in-out;
}

#sidebar .block{
	border-radius:5px;
	background:#ffffff;
	margin: 13px 0 0 10px;
	padding:10px 18px;
	overflow:auto;
}

footer{
	background:#882433;
	height:40px;
	border:#c13046 1px solid;
	border-radius:5px;
	margin-top:10px;
}

footer p{
	color:#fff;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

a.button{
	padding:5px 20px;
	text-align:center;
	background:#000;
	color:white;
	-webkit-appearance:button;
	cursor:pointer;
	*overflow:visible
}

.button.alt{
	color: #fff;
	background-color:#e90000
}

.button.alt:hover{
	background:#000
}

.read{
	filter:alpha(opacity=90);
	font-size:15px;
	padding:4px 8px;
	border-radius:4px;
	margin:0 20px
}

a:hover .read{
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100)
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}



iframe.gmap{
    width:100%;
    border:#cccccc 1px solid;
    border-radius:10px;
    padding:4px;
}

/* Start Media Queries */

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px)  and (max-width : 980px) {

	#container{
		width:95%;	
	}
	
	.main-header img#logo{
		margin:auto;
		display:block;
		width:65%;	
		transition: width 1s; /* animation */		
	}
	.main-header .main-nav{
		height:40px;
		border-radius:5px;
		border:#c13046 1px solid;
		transition: height 1s; /* animation */
	}
	
	#content{
		overflow:auto;
		width:100%;
		float:none;
		transition: width 1s; /* animation */
	}

	#sidebar{
		width:100%;
		float:none;
	}
	
	#sidebar .block{
		margin-left:0;
	}
	
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px;
	}
	.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
	}
	.carousel-indicators {
	bottom: 20px;
	}

}

/* Small Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 569px) and (max-width : 767px) {
	
	#container{
		width:95%;
	}
	
	.main-header img#logo{
		margin:auto;
		display:block;
		width:65%;
		transition: width 1s; /* animation */
	}
	
	.main-header .main-nav{
		height:auto;
		border-radius:5px;
		border:#c13046 1px solid;
		display:block;
		overflow:hidden;
		width:99%;
		transition: width 1s; /* animation */	
	}

	.main-header .main-nav ul{
		padding:2% 1%;
		text-align:center;
		width:98%;
	}

	.main-header .main-nav li{
		float:none;
		display:block;
		margin-right:0px;
		width:100%;
		border-bottom:solid #a3293b 1px;
	}

	.main-header .main-nav li a{
		margin-bottom:2px;
		text-align:center;
	}
	
	.main-header .main-nav li a:hover,.main-header .main-nav li a.active{
		display:block;
	}
	
	#content{
		overflow:auto;
		width:99%;
		float:none;
	}
	

	#sidebar{
		width:100%;
		float:none;
	}
	
	#sidebar .block{
		margin-left:0;
	}
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 240px) and (max-width : 568px) {
	#container{
		width:95%;
	}
	
	.main-header img#logo{
		margin:auto;
		display:block;
		width:95%;
		transition: width 1s; /* animation */
	}
	
	.main-header .main-nav{
		height:auto;
		border-radius:5px;
		border:#c13046 1px solid;
		display:block;
		overflow:hidden;
		width:99%
	}

	.main-header .main-nav ul{
		padding:2% 1%;
		text-align:center;
		width:98%;
	}

	.main-header .main-nav li{
		float:none;
		display:block;
		margin-right:0px;
		width:100%;
		border-bottom:solid #a3293b 1px;
	}

	.main-header .main-nav li a{
		margin-bottom:2px;
		text-align:center;
	}
	
	.main-header .main-nav li a:hover,.main-header .main-nav li a.active{
		display:block;
	}
	
	#content{
		overflow:auto;
		width:100%;
		float:none;
	}
	
	#content a.readmore{
		display:block;
		float:none;
		border-radius:5px;
		text-align:center;
	}

	#sidebar{
		width:100%;
		float:none;
	}
	
	#sidebar .block{
		margin-left:0;
	}
}

