.blog-title{
	font-family: GothamMedium, sans-serif;
	font-size:23px;
	font-weight: 300;
}

.blog-img{
	width:100%;
}

.blog-paragraph{
	font-family: GothamBook, sans-serif;
	margin: 15px 0;
	font-size:14px;
	line-height: 23px;
	text-align: justify;
}

.blog-paragraph a{
	font-family: AvenirNext;
	color:#f00;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

.blog-paragraph a:hover{
	cursor: pointer;
	opacity:0.8;
}

#section2{
	margin-bottom: 30px;
}

.related-article{
	margin-top:30px;
}

.related-title{
	font-size: 18px;
}

.hr-bottom{
	margin-top:50px;
	margin-bottom: 0;
}


/*Socmed Share */
.transform{
	-webkit-transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
	text-transform: uppercase;
	
}

.transform ul{
	padding-left:0;
}

.transform li{
	list-style-type: none;
	margin-bottom:0px;
}

.transform li:first-of-type{
	
	margin-top: 100px;
	list-style-type: none;
	-webkit-transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg); 
	margin-bottom:20px;
	text-transform: uppercase;
	font-family: GothamMedium, sans-serif;
	margin-bottom:15px;
}

.col-vertical img{
	margin-top:10px;
}

.col-vertical img:hover{
	cursor: pointer;
	opacity: 0.8;
}



.scroll-to-top{
	position:absolute;
	margin-top: -55px;
	right:10px;
	border:1px solid #888;
	padding: 10px 13px;
}

.scroll-to-top:hover{
	cursor:pointer;
	background:#888;
	color:#fff;

	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all s;
	}


#section2{
	position: relative;
}

#section2 .col-sm-1{
	height:75%;
}



@media only screen  and  (min-width: 767px) and  (max-width: 950px){
	.transform li:first-of-type{
		margin-bottom:30px;
		margin-left:10px;
	}
}


@media only screen  and  (max-width: 767px){
	.transform li:first-of-type{

		margin-top:30px;

		-webkit-transform: rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg); 
		text-transform: uppercase;
	}

	.transform ul{
		text-align: right;
		
	}
	
	.transform li{
		display: inline-block;
		margin-left:5px;
	}

	
}

