﻿/*
 * 4.20 TEXT SECTION
 * ============================================================================
 */

.section-text .inner{
	/*padding-top: 50px;
	padding-bottom: 50px;*/
	display:table-cell;
	vertical-align:middle;
}

.section-text-imglink{
	width: 100%;
	display: block;
    width: 100%;
    display: block;
    margin-bottom: 49px;
	text-decoration: none;
    cursor: default;
}

.section-text-imglink img
{
	width: auto;
    height: auto;
    margin-left: 80px;
}

.mouse_wheel_div 
{
    width: 15px;
    height: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: transparent;
    border: solid 1px #000;
    display: block;
    border-radius: 15px;
	bottom: 100px;
}

.mouse_wheel_anim 
{
    background-color: #000;
    width: 1px;
    height: 4px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s ease;
    animation: mouse_wheel 1s infinite;
}

@-moz-keyframes mouse_wheel {
  0%   { top: 2px; }
  20% { top: 5px;}
  40% { top: 8px;}
  60% { top: 11px;}
  80% { top: 14px;}
  100% { top: 2px; }
}
@-o-keyframes mouse_wheel {
  0%   { top: 2px; }
  20% { top: 5px;}
  40% { top: 8px;}
  60% { top: 11px;}
  80% { top: 14px;}
  100% { top: 2px; }
}
@keyframes mouse_wheel {
  0%   { top: 4px; }
  50% { top: 14px;}
  100% { top: 4px; }
}


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	.image_about
	{
		overflow: hidden;
		width: auto;
		display: table;
		margin: 0 auto;
		text-align: center;
	}
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	.mouse_wheel_div 
	{
		display:none;
	}

	.image_about
	{
		overflow: hidden;
		width: auto;
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	
	.section-text-imglink img
	{
		display:block;
		margin: 0 auto;
		height:35px;
		float: left;
		margin-bottom: 20px;
   
	}
	
	.section-text-imglink img:first-child
	{
		/*margin-bottom: 20px;*/
		margin-right: 50px;
	}
	
	#fullpage .talc
	{
		margin-top:20px;
	}
	
	#fullpage .spacing-large
	{
		display:none;
	}
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}