/* Research Design Page
-------------------------------------------------- */

body {
  	padding-top: 0px;
  	padding-bottom: 0px;
}
	
.section{
	text-align:center;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* Section 1 - 4
-------------------------------------------------- */

#section1 .slide .first_item_right, #section2 .slide .first_item_right, #section3 .slide .first_item_right, #section4 .slide .first_item_right{
	position:absolute;
	bottom:39%;
}

#section1 .slide .first_item_left, #section2 .slide .first_item_left, #section3 .slide .first_item_left, #section4 .slide .first_item_left{
	position:absolute;
	bottom:39%;
	right:33%;
}

.img-border {
    border: 7px solid #e7e3a3;
    border-radius: 100%;
}

.img-border2 {
    border: 7px solid #98cfc9;
    border-radius: 100%;
}

@media (max-width: 480px) {
	
#section1 .slide .first_item_right, #section2 .slide .first_item_right, #section3 .slide .first_item_right, #section4 .slide .first_item_right{
	position:absolute;
	bottom:10%;
}

#section1 .slide .first_item_left, #section2 .slide .first_item_left, #section3 .slide .first_item_left, #section4 .slide .first_item_left{
	position:absolute;
	bottom:10%;
	right:33%;
}
}

@media(min-width:481px) and (max-width:768px){

#section1 .slide .first_item_right, #section2 .slide .first_item_right, #section3 .slide .first_item_right, #section4 .slide .first_item_right{
	position:absolute;
	bottom:40%;
}

#section1 .slide .first_item_left, #section2 .slide .first_item_left, #section3 .slide .first_item_left, #section4 .slide .first_item_left{
	position:absolute;
	bottom:40%;
	right:33%;
}

.img-border {
	width:100px;
	height:100px;
    border: 7px solid #e7e3a3;
    border-radius: 100%;
}

.img-border2 {
	width:100px;
	height:100px;
    border: 7px solid #98cfc9;
    border-radius: 100%;
}
}

@media(min-width:769px) and (max-width:1199px){

#section1 .slide .first_item_right, #section2 .slide .first_item_right, #section3 .slide .first_item_right, #section4 .slide .first_item_right{
	position:absolute;
	bottom:30%;
}

#section1 .slide .first_item_left, #section2 .slide .first_item_left, #section3 .slide .first_item_left, #section4 .slide .first_item_left{
	position:absolute;
	bottom:30%;
	right:33%;
}

.img-border {
	width:100px;
	height:100px;
    border: 7px solid #e7e3a3;
    border-radius: 100%;
}

.img-border2 {
	width:100px;
	height:100px;
    border: 7px solid #98cfc9;
    border-radius: 100%;
}
}

/* Section 5
-------------------------------------------------- */

#section5 .buttons{
	position:absolute;
	bottom:60px;
	width:100%;
}

@media (max-width: 768px) {
	
#section5 .buttons{
	position:absolute;
	bottom:0;
	width:100%;
}
}