
/*Import Google Fonts*/
/*@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/



/*h1, h2, h3, h4, h5 {
	color:#555; 
	margin-top:5px; 
	text-shadow:none; 
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:'Open Sans', sans-serif; 
} */




.headline
{
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
    width: 943px;
}
.span4
{
    margin-top: 20px;
}
.headlinePic
{
    width: 350px;
}
.headlineShow
{
    width: 750px;
}
.headline h3, .headline h4
{
    color: #585f69;
    margin: 15px 0 -2px 0;
    padding-right: 10px;
    display: inline-block;
    text-shadow: 0 0 1px #f6f6f6;
    border-bottom: 2px solid #2DB1ED;
    font-size: 18px;
    font-weight: bold;
}
.thumbnail-style
{
    padding: 5px;
    border-radius: 2px;
}
.thumbnail-style:hover
{
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3
{
    margin: 5px 0 0 0;
}
.thumbnail-style h3 a
{
    font-size: 15px;
}
.thumbnail-style h3 a:hover
{
    color: #72c02c;
    text-decoration: none;
}
.thumbnail-style .thumbnail-img
{
    position: relative;
}
.thumbnail-style a.btn-more
{
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #2DB1ED;
    display: inline-block;
}
.thumbnail-style a.btn-more:hover
{
    text-decoration: none;
    box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more
{
    right: 10px;
}

.thumbnail-kenburn img
{
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img
{
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}


/*Others (Global classes)
------------------------------------*/

.pull-lft
{
    text-align: left;
}
.pull-rgt
{
    text-align: right;
}

.rgt-img-margin
{
    margin: 4px 0 5px 8px;
}
.lft-img-margin
{
    margin: 5px 20px 5px 0;
}

.overflow-hidden
{
    overflow: hidden;
}
.padding-left-5
{
    padding-left: 5px;
}
.img-width-200
{
    width: 200px;
}


.container
{
    margin: auto auto;
}

.span8
{
    margin-top: 20px;
}
.span8 p
{
    font: 14px/180% Arial, Helvetica, sans-serif, "ÐÂËÎÌå";
}
.hero-unify
{
    margin-top: -25px;
}
