
.video{ text-align:center;
}

.clear
{
    display: both;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.margintop
{
    margin-top: 30px;
}
.linkedcoration
{
    cursor: pointer;
    text-decoration: none;
}
.gallery
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gallery li
{
    float: left;
    width: 33.33333333%;
}
.gallery li a
{
    display: block;
    margin: 5px;
    border: 1px solid #3c3c3c;
}
.gallery li img
{
    display: block;
    width: 100%;
    height: auto;
}

/* For inline examples only */
#PhotoSwipeTarget
{
    width: 100%;
    height: 200px;
}

#Indicators
{
    text-align: center;
    margin-top: 20px;
}
#Indicators span
{
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 10px 0 0;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #c5c5c5;
    overflow: hidden;
}
#Indicators span.current
{
    background: #EEBF02;
}

/* =============================================================================
   Homepage Social Icons
   ========================================================================== */
   
div.social {
	text-align:center;
	margin-top:35px;
	padding:10px;
	border:0px solid #ccc;
	-webkit-transition-duration:0.8s;
  	-moz-transition-duration:0.8s;
  	-o-transition-duration:0.8s;
  	transition-duration:0.8s;
} 


div.social img {
	width:100%; 
	margin-right:10px;
	max-width:46px; 
} 


/* =====logo */
div.logo {
	text-align:center;

	padding:4px;
	border:0px solid #ccc;
	-webkit-transition-duration:0.8s;
  	-moz-transition-duration:0.8s;
  	-o-transition-duration:0.8s;
  	transition-duration:0.8s;
} 


div.logo img {
	width:100%; 
	margin-right:10px;
	max-width:266px; 
} 