/***
 *     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     
 *    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     
 *    ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     
 *    ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     
 *    ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 *     ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
 *                   http://tinyurl.com/5cx5hy                                        
 */



.clear {
	clear: both;
}

/*@font-face {
	font-family: "bebas";
	src: url("../fonts/BebasNeue.otf");
}*/

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue.eot");
    src: url("../fonts/BebasNeue.eot") format('embedded-opentype'),
         url("../fonts/BebasNeue.woff2") format('woff2'),
         url("../fonts/BebasNeue.woff") format('woff'),
         url("../fonts/BebasNeue.ttf") format('truetype'),
         url("../fonts/BebasNeue.svg#BebasNeue") format('svg');
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 100vh;
}

body.overlay {
	overflow: hidden; /*No background scrolling when popups are active*/
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}

b, strong {
	font-weight: bold;
}

span.separator {
	color: #00aeef;
	padding: 0 4px 0 3px;
}

#container {
	margin: 0 auto;
}

#top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
}

#top .wrapper {
	padding: 40px 0 40px 0;
	margin: 0 auto;
	display: block;
	width: 1050px;
}

.logo .desgn {
	fill: #323031;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}

.logo .ak {
	fill: #00adee;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}

.logo {
	width: 150px;
	float: left;
}

#menu-main {
	float: right;
}

#menu-main li {
	float: left;
	margin: -40px 0 0 80px;
	padding: 56px 15px 10px 15px;
	border-radius: 0 0 10px 10px;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}

#menu-main li.active {
	background-color: #00adee;
}

#menu-main li.active a {
	color: #fff;
}

/*Scrollbar*/

body::-webkit-scrollbar {
  	width: 0.5em;
}

body::-webkit-scrollbar-track {
  	border-radius: 20px;
}
 
body::-webkit-scrollbar-thumb {
  	background-color: #ddd;
  	border-radius: 20px;
}

body.filter-print::-webkit-scrollbar-thumb {
	background-color: #ddd;
}

























/***
 *     ██████╗ ██████╗ ███╗   ██╗████████╗███████╗███╗   ██╗████████╗
 *    ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝████╗  ██║╚══██╔══╝
 *    ██║     ██║   ██║██╔██╗ ██║   ██║   █████╗  ██╔██╗ ██║   ██║   
 *    ██║     ██║   ██║██║╚██╗██║   ██║   ██╔══╝  ██║╚██╗██║   ██║   
 *    ╚██████╗╚██████╔╝██║ ╚████║   ██║   ███████╗██║ ╚████║   ██║   
 *     ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═══╝   ╚═╝                                                                      
 */


#content {
	margin: 0;
}

#content .slider {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 0 0 80px 0;
}

#content .slider.home {
	padding: 42px 0 0 0;
	background: url("../images/home.jpg") no-repeat scroll 70% 0% transparent;
	background-size: cover;
}

#content .slider.print {
	background-color: rgba(0, 173, 238, 0.05);
}

#content .slider.digital {
	background-color: rgba(110, 53, 208, 0.03);
}

#content .slider.branding {
	background-color: rgba(212, 33, 40, 0.03);
}

#content .slider.web {
	background-color: rgba(139, 197, 63, 0.08);
}

#content .slider.about {
	background-color: rgba(255, 255, 255, 1);
	/*border-bottom: 30px solid #aaa;*/
	padding-bottom: 0;
}

#content .wrapper {
	
}

#content div.landing {
	position: relative;
	padding-top: 200px;
}

#content .landing img {
	/*margin: 50px 0 0 -15px;*/
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}

#content .landing svg {
	position: absolute;
	bottom: 80px;
	z-index: 1;
}

.copy {
	width: 380px;
	margin: 0 auto 20px auto;
	position: relative;
	z-index: 2;
}

h1 {
	font-family: bebas, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #00adee;
	margin: 0 0 10px 0;
	text-align: center;
}

p {
	font-size: 0.9em;
	color: #666;
	line-height: 140%;
	margin: 0 0 20px 0;
}

.copy p {
	text-align: center;
}

.buttons {
	margin: 0 0 0 97px;
}

a.label {
	position: relative ;
	display: inline-block;
	background-color: #e6e7e8; /* Default Grey */
	color: #666;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 12px;
	min-width: 60px;
	border-radius: 5px;
}

a.label:hover {
	background-color: #ddd;
}

a.label.view-all {
	background-color: #00adee; /* Default Blue */
	margin: 0 10px 0 0;
}

a.label .text {
	display: block;
	color: #fff;
}

a.label .triangle {
	position: absolute;
	left: 5px;
	bottom: -7px;
	display: block;
	width: 0;
	height: 0;
	transition: all 0.2s ease-in-out;
	margin: 0 auto;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	border-top: 7px solid #00adee; /* Default Blue */
}

a.label:hover .triangle {
	border-top: 12px solid #00adee;
	bottom: -12px;
}

.btt {
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -25px;
}

.btt a {
	display: block;
}


/*Thumbs*/

#thumbs-print {
	position: relative;
	top: -80px;
}

#thumbs-digital {
	position: relative;
	top: -115px;
}

#thumbs-branding {
	position: relative;
	top: -165px;
}

#thumbs-web {
	position: relative;
	top: -90px;
}

.thumbs {
	width: 1280px;
	margin: 100px auto 0 auto;
}

.thumbs .project {
	background-color: #ddd;
	float: left;
	width: 300px;
	height: 180px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}

.project img {
	width: 100%;
	min-height: 100%;
	transition: transform .3s, filter .3s ease-in-out;
	filter: blur(0px);
	position: relative;
	top: -115px;
}

.project:hover img {
	transform: scale(1.5);
	filter: blur(5px);
}

.slide {
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	height: 75px;
	width: 290px;
	padding: 20px 0 20px 10px;
	color: #fff;
	position: relative;
	top: 180px;
	z-index: 1;
	transition: all .2s ease-in-out;
}

.project:hover .slide {
	top: 65px;
}

.slide .text {
	width: 200px;
	float: left;
}

.slide a {
	color: #fff;
}

.slide h3 {
	font-family: "bebas", sans-serif;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

.slide p {
	font-size: 0.7em;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #fff;
}

span.project-label {
	font-size: 0.6em;
	text-transform: uppercase;
	background-color: #ccc;
	border-radius: 5px;
	padding: 3px 7px;
	color: #444;
	transition: all .2s ease-in-out;
}

.slide .arrow {
	width: 0;
	height: 0;
	float: right;
	position: relative;
	right: 	-55px;
	z-index: 2;
	border-left: 30px solid transparent;
	border-right: 56px solid #00aeef;
	border-top: 95px solid transparent;
	transition: all .2s ease-in-out;
	transition-delay: 0.1s; 	
}

.slide .arrow a {
	background: url("../images/arrow.svg") no-repeat transparent 0 0;
	width: 18px;
	height: 18px;
	display: block;
	position: relative;
	top: -35px;
	left: 32px;
}

.project:hover .slide .arrow {
	right: 0;
}

/*End Thumbs*/























/*	██████╗  ██████╗ ██████╗ ██╗   ██╗██████╗ 
  	██╔══██╗██╔═══██╗██╔══██╗██║   ██║██╔══██╗
	██████╔╝██║   ██║██████╔╝██║   ██║██████╔╝
	██╔═══╝ ██║   ██║██╔═══╝ ██║   ██║██╔═══╝ 
	██║     ╚██████╔╝██║     ╚██████╔╝██║    
*/


#popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	padding: 40px 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 9999;
	box-sizing: border-box;
/*	backdrop-filter: blur(4px);*/
}

.overlay #popup {
	display: block;
}

#popup-container {
	display: block;
	width: 888px;
	height: 85vh;
	margin: 0 auto;
	padding: 40px 0 40px 40px;
	background-color: rgba(255,255,255,1);
	border-radius: 20px;
}

#popup .inner {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	padding-right: 25px;
}

#popup-container a.close {
	display: block;
	float: right;
	position: relative;
	top: -52px;
	left: 12px;
	background-color: #00aeef;
	border-radius: 15px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}

#popup-container a.close:hover {
	animation: pulse .5s ease;
}

#popup .entry {
	display: none;
}

#popup .entry.show {
	display: block;
}

@keyframes pulse {
	0% { transform: scale(1); }
  	50% { transform: scale(1.3); }
  	100% { transform: scale(1); }
}

#popup h2 {
	font-family: bebas, sans-serif;
	font-size: 2em;
	color: #00aeef;
	margin: 0 0 10px 0;
}

#popup p {
	margin: 0 0 25px 0;
	color: #444;
	line-height: 130%;
}

#popup h4 {
	font-size: 0.75em;
	margin: 0 0 8px 0;
}

#popup img {
	width: 100%;
}

#popup .white img {
	box-sizing: border-box;
	border: 1px dotted #ddd;
}

#popup .third-big img {
	float: left;
	width: 480px;
	margin: 0 25px 25px 0;
}

#popup .third-small img {
	float: left;
	width: 320px;
	margin: 0 0 25px 0;
}

#popup .third-small2 img {
	float: left;
	width: 320px;
	margin: 0 25px 25px 0;
}

#popup .full img {
	margin: 0 0 25px 0;
}

#popup .half img {
	width: 400px;
	margin: 0 0 25px 0;
}

#popup .halves img {
	float: left;
	width: 400px;
	margin: 0 25px 25px 0;
}

#popup .halves2 img {
	float: left;
	width: 400px;
	margin: 0 0 25px 0;
}

#popup video {
	padding: 0 0 25px 0;
}

#popup .backtotop-phone a {
	display: none;
	text-align: center;
	padding: 6px 5px;
	background-color: #00aeef;
	color: #eee;
	float: left;
	height: 12px;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0 0 30px 120px;
}

#popup.section-digital #popup-container a.close {
	background-color: #6e35d0;
}

#popup.section-digital h2 {
	color: #6e35d0;
}

#popup.section-branding #popup-container a.close {
	background-color: #d42128;
}

#popup.section-branding h2 {
	color: #d42128;
}

#popup.section-web #popup-container a.close {
	background-color: #8bc53f;
}

#popup.section-web h2 {
	color: #8bc53f;
}



/*Scrollbar*/

#popup .inner::-webkit-scrollbar {
  	width: 0.5em;
}

#popup .inner::-webkit-scrollbar-track {
  	border-radius: 20px;
}
 
#popup .inner::-webkit-scrollbar-thumb {
  	background-color: #ddd;
  	border-radius: 20px;
}

















/*
██╗  ██╗ ██████╗ ███╗   ███╗███████╗
██║  ██║██╔═══██╗████╗ ████║██╔════╝
███████║██║   ██║██╔████╔██║█████╗  
██╔══██║██║   ██║██║╚██╔╝██║██╔══╝  
██║  ██║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝
                                    */


body.filter-home .logo .desgn {
	fill: #fff;
}

body.filter-home .logo .ak {
	fill: #00adee;
}

body.filter-home #top {
	background-color: transparent;
}

body.filter-home #top a {
	color: #fff;
}

#section-home .copy {
	position: relative;
	left: -310px;
	opacity: 0.8;
	width: 430px;
}

#section-home .copy h1 {
	font-family: bebas;
	font-size: 7em;
	color: #fff;
	text-align: left;
	margin: 0 0 20px -4px;
	letter-spacing: -0.03em;
}

#section-home .copy p {
	color: #fff;
	text-align: left;
	font-size: 1.1em;
}

#section-home .arrow-down {
	position: absolute;
	bottom: 115px;
	left: 50%;
	transform: translate(-50%, 0px);
}

#section-home .arrow-down a {
	background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
	height: 224px;
	width: 187px;
	margin: 0 auto;
	display: block;
	animation: downward .5s infinite ease 3s;
}

@keyframes downward {
	0% { transform: translate(0px, 0px); }
  	50% { transform: translate(0px, 10px); }
  	100% { transform: translate(0px, 0px); }
}


/*Top Menu Scrolling Styles*/

#top.home .logo .desgn {
	fill: #fff;
}

#top.home .logo .ak {
	fill: #00adee;
}

#top.home {
	background-color: transparent !important;
}

#top.home li a {
	color: #fff;
}

#top.home li {
	background-color: transparent !important;
}






















/*
██████╗ ██████╗ ██╗███╗   ██╗████████╗
██╔══██╗██╔══██╗██║████╗  ██║╚══██╔══╝
██████╔╝██████╔╝██║██╔██╗ ██║   ██║   
██╔═══╝ ██╔══██╗██║██║╚██╗██║   ██║   
██║     ██║  ██║██║██║ ╚████║   ██║   
╚═╝     ╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝   ╚═╝   
                                      */


#section-print .landing img {
	transform: translate(-15px, 32px);
}

#section-print .landing svg {
	bottom: 80px;
}


/*Top Menu Scrolling Styles*/

#top.print .logo .desgn {
	fill: #323031;
}

#top.print .logo .ak {
	fill: #00adee;
}

#top.print {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#top.print li a {
	color: #333;
}

#top.print li.print {
	background-color: #00adee;
}

#top.print li.print a {
	color: #fff;
}

#top.print li:not(.print) {
	background-color: transparent !important;
}

#section-print .btt svg {
	fill: #00adee;
}

















/*
██████╗ ██╗ ██████╗ ██╗████████╗ █████╗ ██╗     
██╔══██╗██║██╔════╝ ██║╚══██╔══╝██╔══██╗██║     
██║  ██║██║██║  ███╗██║   ██║   ███████║██║     
██║  ██║██║██║   ██║██║   ██║   ██╔══██║██║     
██████╔╝██║╚██████╔╝██║   ██║   ██║  ██║███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝   ╚═╝   ╚═╝  ╚═╝╚══════╝
                                                */
                                                

body.filter-digital #menu-main li.active {
	background-color: #6e35d0;
}

body.filter-digital .logo .ak {
	fill: #6e35d0;
}

#section-digital h1 {
	color: #6e35d0;
}

#section-digital a.label.view-all {
	background-color: #6e35d0;
}

#section-digital a.label.view-all .triangle {
	border-top-color: #6e35d0;
}

#section-digital .thumbs {
	margin-top: 70px;
}

#section-digital .landing img {
	transform: translate(-15px, 32px);
}

#section-digital .landing svg {
	bottom: 80px;
}

#section-digital .project .slide .arrow {
	border-right-color: #6e35d0;
}


/*Top Menu Scrolling Styles*/

#top.digital .logo .desgn {
	fill: #323031;
}

#top.digital .logo .ak {
	fill: #6e35d0;
}

#top.digital {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#top.digital li a {
	color: #333;
}

#top.digital li.digital {
	background-color: #6e35d0;
}

#top.digital li.digital a {
	color: #fff;
}

#top.digital li:not(.digital) {
	background-color: transparent !important;
}

#section-digital .btt svg {
	fill: #6e35d0;
}
















/*
██████╗ ██████╗  █████╗ ███╗   ██╗██████╗ ██╗███╗   ██╗ ██████╗ 
██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔══██╗██║████╗  ██║██╔════╝ 
██████╔╝██████╔╝███████║██╔██╗ ██║██║  ██║██║██╔██╗ ██║██║  ███╗
██╔══██╗██╔══██╗██╔══██║██║╚██╗██║██║  ██║██║██║╚██╗██║██║   ██║
██████╔╝██║  ██║██║  ██║██║ ╚████║██████╔╝██║██║ ╚████║╚██████╔╝
╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═════╝ ╚═╝╚═╝  ╚═══╝ ╚═════╝ 
                                                                */
                                                                

body.filter-branding #menu-main li.active {
	background-color: #d42128;
}

body.filter-branding .logo .ak {
	fill: #d42128;
}

#section-branding h1 {
	color: #d42128;
}

#section-branding a.label.view-all {
	background-color: #d42128;
}

#section-branding a.label.view-all .triangle {
	border-top-color: #d42128;
}

#section-branding .thumbs {
	margin-top: 15px;
}

#section-branding .landing img {
	transform: translate(-15px, 32px);
	width: 1250px;
}

#section-branding .landing svg {
	bottom: 80px;
}

#section-branding .copy {
	margin-bottom: -30px;
}

#section-branding .project .slide .arrow {
	border-right-color: #d42128;
}


/*Top Menu Scrolling Styles*/

#top.branding .logo .desgn {
	fill: #323031;
}

#top.branding .logo .ak {
	fill: #d42128;
}

#top.branding {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#top.branding li a {
	color: #333;
}

#top.branding li.branding {
	background-color: #d42128;
}

#top.branding li.branding a {
	color: #fff;
}

#top.branding li:not(.branding) {
	background-color: transparent !important;
}

#top.branding li:not(.branding) {
	background-color: transparent !important;
}

#section-branding .btt svg {
	fill: #d42128;
}















/*
██╗    ██╗███████╗██████╗ 
██║    ██║██╔════╝██╔══██╗
██║ █╗ ██║█████╗  ██████╔╝
██║███╗██║██╔══╝  ██╔══██╗
╚███╔███╔╝███████╗██████╔╝
 ╚══╝╚══╝ ╚══════╝╚═════╝ 
                          */
 

body.filter-web #menu-main li.active {
	background-color: #8bc53f;
}

body.filter-web .logo .ak {
	fill: #8bc53f;
}

#section-web h1 {
	color: #8bc53f;
}

#section-web a.label.view-all {
	background-color: #8bc53f;
}

#section-web a.label.view-all .triangle {
	border-top-color: #8bc53f;
}

#section-web .thumbs {
	margin-top: 90px;
}

#section-web .landing img {
	transform: translate(7px, 32px);
	width: 1300px;
}

#section-web .landing svg {
	bottom: 80px;
}

#section-web .project .slide .arrow {
	border-right-color: #8bc53f;
}


/*Top Menu Scrolling Styles*/

#top.web .logo .desgn {
	fill: #323031;
}

#top.web .logo .ak {
	fill: #8bc53f;
}

#top.web {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#top.web li a {
	color: #333;
}

#top.web li.web {
	background-color: #8bc53f;
}

#top.web li.web a {
	color: #fff;
}

#top.web li:not(.web) {
	background-color: transparent !important;
}

#section-web .btt svg {
	fill: #8bc53f;
}

















/*Top Menu Scrolling Styles*/

#top.about .logo .desgn {
	fill: #323031;
}

#top.about .logo .ak {
	fill: #00adee;
}

#top.about {
	background-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#top.about li a {
	color: #333;
}

#top.about li.about {
	background-color: #00adee;
}

#top.about li.about a {
	color: #fff;
}

#top.about li:not(.about) {
	background-color: transparent !important;
}

#section-about .btt svg {
	fill: #00adee;
}















/*
 █████╗ ██████╗  ██████╗ ██╗   ██╗████████╗
██╔══██╗██╔══██╗██╔═══██╗██║   ██║╚══██╔══╝
███████║██████╔╝██║   ██║██║   ██║   ██║   
██╔══██║██╔══██╗██║   ██║██║   ██║   ██║   
██║  ██║██████╔╝╚██████╔╝╚██████╔╝   ██║   
╚═╝  ╚═╝╚═════╝  ╚═════╝  ╚═════╝    ╚═╝   
                                           */
                                           

#section-about #wrapper {
	padding: 230px 0px 120px 0px;
	width: 1234px;
	margin: 0 auto;
}

.left {
	float: left;
	width: 567px;
	margin: 0 100px 0 0;
}

.right {
	float: left;
	width: 567px;
	margin: 0;
}

#section-about h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 20px 0;
}

#section-about h3 {
	font-weight: bold;
	color: #aaa;
	margin: 0 0 20px 0;
}

#section-about p {
	line-height: 155%;
	margin: 0 0 40px 0;
}

#section-about a {
	color: #00adee;
}

#section-about div.pills {
	float: left;
	height: 110px;
	margin: 2px 20px 0 0;
}

#section-about p.pills {
	line-height: 150%;
	margin-bottom: 8px;
}

#section-about p.desc {
	margin-top: 20px;
}

#section-about hr {
	border-top: 1px dashed #aaa;
	margin: 20px 0 60px 0;
}

#section-about ul {
	list-style: disc;
	margin: 0 0 40px 18px;
}

#section-about li {
	color: #666;
	font-size: 0.9em;
	line-height: 155%;
	padding: 0 0 0 5px;
}

#section-about img.arri {
	margin: 20px 0 0 0;
}

#section-about img.icons {
	margin: 0 5px 5px 0;
}

#section-about .btt {
	bottom: 68px;
}

#section-about .end {
	background: url("../images/end-bg.png") repeat 0 0 transparent;
	height: 70px;
	width: 100%;
}

.pill {
	border: 2px solid #00adee;
	border-radius: 20px;
	height: 15px;
	width: 110px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.pill span {
	background-color: #66d5ff;
	height: 15px;
	width: 100%;
	display: block;
}

.pill-2 span {
	width: 75%;
}

.pill-3 span {
	width: 50%;
}

.pill-4 span {
	width: 25%;
	background-color: #ff6565;
}

