﻿.article_story, #travel_blog_container{
	font-size: 15px;
}
.article_story img{
height:auto!important;
	max-width: 100%;
}
.mw100p {
	max-width: 100%;
}
#travel_blog_container {
	padding-top: 15px;
}
.articles_right_image {
	float: right;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 5px 20px;
	background: #FFFFFF;
	clear: right;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
	word-wrap: break-word;
}
@media (max-width: 600px) {
.articles_right_image, .imageRight, .imageLeft {
	max-width: 50%;
}
}
 @media (min-width: 601px) {
.articles_right_image p, .imageRight p, .imageLeft p {
	max-width: 290px;
}
}
.articles_right_image img, .imageRight img, .imageLeft img {
	/*display: block;*/
	max-width: 100%;
	-webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
	-moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
}
.imageBig {
	/*max-width:300px;*/
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	line-height: normal;
}
.articles_content {
}
.imageRight p{
text-align:right;
}
.imageRight {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	line-height: normal;
	background: none repeat scroll 0% 0% #FFF;
}
.imageLeft p{
text-align:left;
}
.imageLeft {
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	line-height: normal;
}

.text_show_links a{
text-decoration:underline;
}
#travel_blog_container a, .article_story a{
	text-decoration:underline;
	color:#428bca;
}
#travel_blog_container a:hover, .article_story a:hover{
	color:#f476bf;
}
#travel_blog_container a:visited, .article_story a:visited{
	color: #444;
}
.story_img_left img, .story_img_right img, .story_img_center img, .tina-clue img {
    margin: 0;
	 padding: 1px !important;
    border: 1px solid #c8d6df;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
}
    
.story_img_right {
	float: right;
    margin: 0 0 10px 10px;
    padding: 0;
	background: #FFF;
}
.story_img_left {
	float: left;
    margin: 0 10px 10px 0;
    padding: 0;
	background: #FFF;
}
.story_img_center {
    margin: 0 0 10px 0;
    padding: 0;
	background: #FFF;
}
.story_img_center img {
	margin: 0 auto;
	display: block;
}
.story_img_center p, .story_img_left p, .story_img_right p {
    margin: 0 auto;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    padding-top: 5px;
    line-height: 13px;
	max-width: 450px;
}
@media (max-width : 991px){
.story_img_left, .story_img_right {
  	float: none;
	margin: 0 0 10px 0;
}
.story_img_left img, .story_img_right img{
  	margin: 0 auto;
	display: block;
}
}