body
{
	background-color: #f5f5f5;
}

.container-fluid
{
	height: 100vh;
}

.background_image
{
	background-image: url("../img/backimage.png");
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: bottom;
	position: absolute;
}

.spine_float
{
	background-image: url("../img/spine.png");	
	background-size: contain;
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 0;
	animation-timing-function: ease;
	webkit-animation-timing-function: ease;
	-webkit-animation-name: spinemove; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
     -webkit-animation-fill-mode: both;
    animation-name: spinemove;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes spinemove {
    0%   {left:0px; bottom: 0%;}
    25%  {left:10%; bottom:7%;}
    50%  {left:30%; bottom:8%;}
    75%  {left:50%; bottom:6%;}
    100% {left:80%; bottom:2%;}
}

/* Standard syntax */
@keyframes spinemove {
    0%   {left:0px; bottom: 0%;}
    25%  {left:10%; bottom:7%;}
    50%  {left:30%; bottom:8%;}
    75%  {left:50%; bottom:6%;}
    100% {left:80%; bottom:2%;}
}





span.title_sect
{
	font-size :100px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #434343;
}

span.subtitle_sect
{
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #434343;	
	font-size: 45px;
	font-weight: 600;
	margin-top: 35px;
}

span.title_list
{
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #434343;	
		font-size: 28px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 35px;
}

ul.list_page
{
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #434343;
}

ul.list_page li
{
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	color: #1bbc9b;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	color: #1bbc9b;
	margin-top: 12px;
	font-weight: 600;
	font-size: 28px;
}

ul.list_page li a
{
color: #1bbc9b;
}

ul.list_page li a:hover
{
color: #1fa085;
text-decoration: none;
}

img.img_cuss
{
	    max-width: 360px;
    margin-top: 58px;
    float: right;
}

@media (max-width:991px){
.background_image
{
	display: none;
}

.spine_float
{
	display: none;	
}

img.img_cuss 
{
	display: none;
}

img.mobilevers_1
{
display: block !important;
max-width: 300px;
    margin-left: -15px;
}

}


img.mobilevers_1
{
display: none;
}
