/**
 * SkyPlanner Website Styles
 * RESPONSIVE BEHAVIOR. Tablets and Smart phone style support
 */

/* RESPONSIVE BEHAVIOR*/

/* PC */
@media (min-width: 1101px) { /* COMPUTER width */
    .sky-header .content .menu li:hover ul {
        display: block;
    }
}

/* TABLET */
@media (max-width: 1100px) { /* Landscape */
    body {
        position: relative;
        -webkit-overflow-scrolling: touch;
    }
    
   .sky-header {
		background: rgba(0, 0, 0, 0.9);
	}

    .logo a img {
        padding-top: 7px;
        width: 150px;
    }
    
	.division.sized {
    	height: 24px;
	}
	
	ul.menu li.menuSubtitle {
        text-align: left;
    }
    
    .arrow-button {
        margin: 28px 52px;
    }
    
    .sky-section.curtain.successStories {
    	padding-top: 70px
    }
    
    .sky-section.curtain.successStories hr {
    	margin-bottom: 0px
    }
    
   .closeApp {
		top: 54px;
     }
     
    .closeAppSlider {
		top: 54px;
        z-index: 10;
     }
     
     .closeSuccess {
		 top: 50px!important;
	}
     
    .closeTour {
		position: fixed;
		top: 54px;
     }
     
     .videoHome {
		top: 54px!important;
     }
     
    .closeProduct {
  		top: 55px;
  		position: fixed;
  		z-index: 10px;
	 }

    .background,
    .black-background,
    .list-background,
    .holder,
    .up-shadow,
    .tablet-header .content,
    .sky-header .content,
    .sky-header .400 .menu li,
    .sky-division .content,
    .sky-division h1,
    .sky-division p,
    .buttons,
    .page-flow,
    .white-background,
    .sky-section,
    .sky-section p,
    .sky-section h1,
    .sky-section h2,
    .sky-section h3,
    .sky-section ul,
    .sky-section form {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .white-background, .black-background, .sky-header, .ui-page {
        -webkit-backface-visibility: hidden;
    }

    .tablet-header {
        display: block;
    }
    
    .appDivision {
  		height: 120px!important;
	}
	
	#markersApp {
	   top: 90px;
	}

    .sky-header {
        display: none;
        right: auto;
        height: auto;
        width: 250px;
        bottom: 0px;
        background-image: none !important;
        border-right: 1px solid black;
        border-bottom: none;
    }

        .sky-header.open {
            display: block;
        }

        .sky-header .content {
            margin: 0;
            width: auto;
            padding: 70px 20px 20px 20px;
        }

            .sky-header .content .logo,
            .sky-header .content .menu li.active::after {
                display: none;
            }

            .sky-header .content .menu {
                  position: relative;
            }

                .sky-header .content .menu li {
                    float: none;
                    margin-top: 10px;
                }

                    .sky-header .content .menu li a {
                        display: block;
                        padding: 2px 0 12px;
                        border-bottom: 1px solid #666666;
                    }

                    .sky-header .content .menu li .up-down-arrow {
                        display: block;
					    border: medium none;
					    border-radius: 7px;
					    color: #ffffff;
					    cursor: pointer;
					    font-size: 12px;
					    height: 40px;
					    width: 25px;
					    position: absolute;
					    right: 0px;
					    top: -5px;
					    z-index: 6;
                    }
                    
                    .sky-header .content .menu li .up-down-arrow .fa-sort-asc {
						top: 11px;
						position: absolute;
						color: rgb(6, 164, 222);
						
                    }

                    .sky-header .content .menu li ul {
                        position: relative;
                        z-index: 11;
                        top: auto;
                        width: auto;
                        left: auto;
                        margin: 0;
                        border: none;
                        background: none;
                    }

                        .sky-header .content .menu li ul::after {
                            display: none;
                        }

                        .sky-header .content .menu li ul li {
                            margin-top: 0;
                        }

                            .sky-header .content .menu li ul li a {
                                padding: 10px 0;
                                text-align: left;
                            }
                            
	.content .menu li ul li.separator {
    	margin: 2px 0 5px; 
    }
    

    .sky-footer .disclaimer,
    .sky-footer .menu,
    .sky-footer .chat {
        display: none;
    }

    .sky-footer .content {
        overflow: hidden;
        width: 500px;
    }

        .sky-footer .content .contact {
            position: relative;
            right: auto;
            top: auto;
            bottom: auto;
            margin-bottom: 30px;
            width: 100%;
        }

            .sky-footer .content .contact p {
                float: left;
                font-size: 17px;
            }

                .sky-footer .content .contact p.wide {
                    width: 100%;
                }

            .sky-footer .content .contact div.links {
                overflow: hidden;
                width: 100%;
            }

                .sky-footer .content .contact div.links .salesforce {
                    float: right;
                    margin-right: 50px;
                }

                    .sky-footer .content .contact div.links .salesforce:first-child {
                        float: left;
                        margin-right: 0;
                    }

    .background.loaded, .background .lazy {
        background-position: 0 50% !important;
        background-attachment: initial !important;
        background-size: cover !important;
    }

    .sky-body.right .white-background.blue.c2,
    .sky-body.right .white-background.blue.c3 {
        border: none;
    }

    .sky-mssg, .sky-section {
        width: 700px;
    }

        .sky-mssg .content {
            padding-left: 250px;
            padding-bottom: 120px;
            margin-bottom: 0px;
        }


		.sky-mssg .content .side-note {
		    font-size: 22px;
		    font-weight: 400;
		    padding: 80px 15px;
		    top: -50px;
		    width: 140px;
		}


    .sky-division .content {
        padding: 50px 30px 30px 30px;
    }

    .sky-division p {
        margin-left: 80px;
    }

    .sky-section {
        padding: 30px 20px;
    }

        .sky-section.curtain h1 {
            line-height: 60px;
            font-size: 60px;
        }

        .sky-section.curtain p {
            max-width: 100%;
            font-size: 18px;
            line-height: 24px;
        }
        
        	.sky-section.curtain.screenshot h1,
        	.sky-section.curtain.screenshot hr,
        	.sky-section.curtain.screenshot p {
        		max-width: 60%;
        	}

        .sky-section.curtain hr {
            border-top-width: 6px;
            max-width: 90%;
            margin: 9px 0 25px;
        }

        .sky-section.list-view {
            padding: 50px 25px;
            width: 700px;
        }

            .sky-section.list-view h1 {
                font-size: 40px;
                line-height: 50px;
                margin-top: 10px;
            }
            
            .sky-section.list-view h4 {
            	padding-right: 325px;
            }

            .sky-section.list-view p,
            .sky-section.list-view.full.sub p {
                font-size: 16px;
                line-height: 20px;
                /*padding-right: 325px;*/
            }
            
            .sky-section.list-view.full.sub p {
            	padding-right: 0;
            }

            .sky-section.list-view iframe,
            .sky-section.list-view .iframe {
                top: 90px;
                right: 0px;
                max-width: 300px;
            }
            
            	.sky-section.list-view.sub .iframe.backbone {
            		max-width: 350px;            		
            		top: 130px;
                	right: -20px;
            	}
            
            .sky-section.list-view.sub {
	            min-height: 300px;
	        }
            
	            .black-background .sky-section.list-view.sub h1 {
	            	font-size: 25px;
					line-height: 30px;
	            }


    .sky-body.left .white-background.c1,
    .sky-body.right .white-background.c1 {
        left: -100%;
        right: -100%;
        width: auto;
    }

    .sky-body.left .white-background.c2,
    .sky-body.right .white-background.c2 {
        background: none;
    }

    .sky-body.left .white-background.c3,
    .sky-body.right .white-background.c3 {
        display: none;
    }

    .services .sky-section h1 {
        width: auto;
    }

    .sky-body.left.services .white-background img {
        width: 310px;
        top: 150px;
    }

    .services .sky-section {
        min-height: 480px;
    }

        .services .sky-section .buttons {
            position: relative;
            right: auto;
            left: auto;
            bottom: auto;
            text-align: left;
            margin-top: 30px;
        }

    .sky-body.left.services .stripe {
        right: -320px;
    }

    .partners .sky-section {
        padding: 30px 20px;
    }

    .slider .sky-section {
        padding-top: 0px;
    }

    .white-background.fixed {
        top: 30%;
    }

    .small-shadow {
        bottom: 70%;
    }

    .people .photo-section img {
        width: 215px;
    }

    .people .photo-section h4 {
        font-size: 20px;
        margin-right: 18px;
    }

    .people .photo-section h5 {
        font-size: 15px;
        margin-right: 18px;
    }

    .people .photo-section h6 {
        font-size: 14px;
        margin-right: 18px;
    }
    
    .people .photo-section p {
    	font-size: 13px;
    	line-height: 17px;
    }

    .form-login .form-inline .control-group {
        width: 50%;
    }

    .buttons h3 {
        font-size: 20px;
    }

    /* GENERAL USE */
    p, ul {
        font-size: 17px;
    }

    .clouds {
        background-size: cover;
        background-position: 0px -18px;
    }

    .carousel-section .content h1 {
        line-height: 75px;
        font-size: 75px;
    }

    .carousel-section .content p {
        line-height: 30px;
        font-size: 25px;
    }

    .carousel .sky-section .carousel-section .content,
    .sky-section.list-view.full p {
        width: 95%;
        top:-20px;
    }
    

    .sky-section.list-view.full {
        padding: 50px 40px;
        width: 700px;
    }

        .sky-section.list-view.full p {
            padding-right: 0;
            font-size: 15px;
            line-height: 21px;
        }

    .carousel .clouds .markers {
        bottom: 40px;
    }

    .carousel .sky-section {
        padding: 0;
    }

        .carousel .sky-section .carousel-section {
            background-attachment: initial;
        }

    .thumbs .thumbnail {
        width: 32%;
    }
    
    	.thumbs .thumbnail h3 {
    		font-size: 25px;
    	}

    .sky-section.list-view.full h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    
    
    .thumbs .thumbnail .hover .content {
	   padding: 30px 37px;
	}

    .thumbs .thumbnail .hover .content h4 {
        text-align: center;
        font-size: 22px;
        margin-top: 10px;
        padding: 0;
        display: block;
    }
    
    .thumbs .thumbnail .hover .content p {
        display: none;
    }
    
    .thumbs .thumbnail .hover .content .btn {
    	display: none;
    }
    


    .centered-footer {
        padding: 60px 0 180px;
    }
    
    .sky-section.list-view.sub .iframe.centered-footer {
    	min-height: 0;
    	max-height: none;
    	max-width: 350px;
    	top: 60px;
    }

        .centered-footer .centered-item {
            margin: 0 30px;
        }
        
        .centered-footer.small .centered-item {
            margin: 0 5px;
        }

            .centered-footer .centered-item h3 {
                font-size: 19px;
                margin: 25px 0 0;
            }
            
            .centered-footer.small .centered-item h3 {
                font-size: 14px;
                margin: 10px 0 0;
            }
            
            .centered-footer.medium .centered-item h3 {
            	font-size: 17px;
            }
            
            .centered-footer.medium .centered-item img {
                max-width: 100%;                
            }
            
            .centered-footer .centered-item.mocked {
        		width: 140px; 
        	}
            
            	.centered-footer .centered-item.mocked.c1 {
	        		left: -5px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c2 {
	        		left: 165px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c3 {
	        		left: 325px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c4 {
	        		left: 495px;
	        	}
            
            .centered-footer.small .centered-item img {
            	max-width: 60px;
            }            

            .centered-footer .centered-item p {
                line-height: 18px;
                font-size: 14px;
                padding-right: 0;
            }
            
            .centered-footer.small .centered-item p {
                line-height: 14px;
                font-size: 10px;
            } 
            
	.thumbnail.inline {
		margin-bottom: 20px; 
	}
		
		.thumbnail.inline > h3 {
			font-size: 43px;
			position: relative;
			top: -10px;
		}  
		
	.snapshot {
		top: 190px;
	}
	
		.snapshot + .thumbnail.inline,
		.snapshot + .thumbnail.inline + h1 {
			margin-right: 0;
		}    
		
		.snapshot + .thumbnail.inline + h1 {
			padding-top: 25px;
		}       
		
			.snapshot + .thumbnail.inline + h1:before {
				height: 3px;
				width: 300px;
			}
	
	.holder .sky-body {
		top: 0;		
		overflow: auto;
	}
	
		.holder .sky-body .sky-section {
			position: relative;
			bottom: auto;
			top: auto;
			right: auto;
			left: auto;
		}  
		
		.holder .sky-body .sky-section .contact {
			max-width: 100%;
			position: relative;
			right: auto;
			bottom: auto;
			margin-top: 60px;			
		} 
		
	.curtain .client-logo {
		top: 85px;
		bottom: auto;
	}
	
	.curtain .client-logo.cennabras {
	  top: 70px;
	}
	
		.curtain .client-logo.alce {
			top: 0px;
		}
	
	.curtain .snapshot {
		top: 160px;
		bottom: auto;		
	}
	
	#contact-us-window,
	.purechat-widget {
		display: none;
	}

}

@media (max-width: 800px) { /* Portrait */

	.sky-header {
		background: rgba(0, 0, 0, 0.9);
	}

    .sky-mssg, .sky-section {
        width: 580px;
    }

   .sky-mssg .content {
   	   padding-bottom: 280px;
   }
   
   .sky-section.list-view .productsVideoThumb .demo {
   		margin: 10px auto;
   }
    
    .division.sized {
    	height: 24px;
	}
	
	.arrow-button {
        margin: 20px 42px;
    }

    .sky-division h1,
    .sky-division p {
        margin-left: 30px;
    }

    .sky-body .sky-section {
        padding: 30px;
    }
    
    .sky-section.list-view .iframe.myCenter1 {
    	right: 45px;
        top: 35px;
    }

    .sky-section.curtain hr {
        margin: 20px 0px 20px;
    }

    .sky-section.list-view {
        width: 580px;
    }

        .sky-section.list-view h1 {
            font-size: 35px;
            line-height: 40px;
            margin-top: 8px;
        }

        .sky-section.list-view iframe,
        .sky-section.list-view .iframe {
            top: 85px;
            right: 30px;
            max-width: 250px;
        }
        
        	.sky-section.list-view.sub .iframe.backbone {
        		top: 100px;
        		max-width: 300px;
            	max-height: 200px;
        		right: 5px;
        	}
        
        .sky-section.list-view h4 {        	
            padding-right: 275px;
            font-size: 17px;
        }

        .sky-section.list-view p,
        .sky-section.list-view.full.sub p {
            font-size: 14px;
            line-height: 18px;
            padding-right: 275px;
        }

        .sky-section.list-view .demo {
	        margin: 40px auto;
	  		width: 140px;
	  		height: 90px;
	  		display: block;
        }
        
        .youtubePlay {
			top: 30%;
		}

    .sky-body.left .white-background.c1,
    .sky-body.left .white-background.c1 .sky-body.right.partners .white-background.c1 {
        right: 0px;
    }

    .sky-body.right .white-background.c1 {
        left: 0px;
    }

    .services .sky-section p {
        width: 45%;
    }

    .sky-body.left.services .stripe {
        right: -57px;
        width: 800px;
        top: 220px;
    }

    .sky-body.left.services .white-background img {
        width: 280px;
        top: 175px;
        right: 85px;
    }

    .services .sky-section .buttons {
        position: absolute;
        right: -20px;
        bottom: 15px;
    }

    .process .sky-section h1, .process .sky-section p {
        width: auto;
    }

        .process .sky-section h1 br {
            display: none;
        }

    .sky-section .bows {
        left: 50px;
        right: auto;
        top: 170px;
        bottom: auto;
    }

    .sky-body.process .sky-section {
        padding-top: 30px;
        padding-bottom: 470px;
    }

    .form-inline .control-group {
        width: 100%;
        padding: 0;
    }

    .form-login br {
        display: none;
    }

    .form-login .buttons a {
        margin-top: 20px;
    }

    .people .photo-section .employee {
        width: 50%;
    }

        .people .photo-section .employee.clear-3 {
            clear: none;
        }

        .people .photo-section .employee.clear-2 {
            clear: left;
        }

    .people .clearer-3 {
        display: none;
    }

    .people .clearer-2 {
        display: block;
    }

    .people .photo-section img {
        width: 280px;
    }

    .people .photo-section h4,
    .people .photo-section h5,
    .people .photo-section h6 {
        margin-right: 10px;
    }
    
   .sky-header .content .menu li a {
     	font-size: 18px;
     }
     
        .sky-header .content .menu li ul li a {
			font-size: 15px:
		}
		  

    /* GENERAL USE */
    h1 {
        font-size: 50px;
    }

    p, ul {
        font-size: 16px;
    }

    label {
        margin-top: 10px;
    }

    .carousel .sky-section {
        padding: 0;
    }

    .carousel-section .content h1 {
        line-height: 55px;
        font-size: 55px;
    }

    .carousel-section .content p {
        line-height: 27px;
        font-size: 22px;
    }

    .sky-section.list-view.full {
        padding: 50px 0;
        width: 450px;
    }

    .thumbs .thumbnail {
        width: 49%;
    }

    .thumbs .thumbnail h3 {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .clouds {
        background-size: cover;
        background-position: 0px;
    }

    .centered-footer {
        padding: 40px 0 140px;
    }
    
    .sky-section.list-view.sub .iframe.centered-footer {
    	top: 40px;
    	right: -10px;
    	max-width: 320px; 
    }
    
    .sky-section.list-view.sub.full h1 {
    	margin-bottom: 0;
    }

        .centered-footer .centered-item {
            margin: 0 20px;
        }
    
		.centered-footer.medium {
			padding-bottom: 120px;
			padding-left: 0;
			padding-right: 0;
			width: 500px;
		}
        
        	.centered-footer.medium .centered-item img {
                max-width: 100%;
            }
            
            .centered-footer .centered-item.mocked {
        		width: 115px; 
        	}
            
            .centered-footer.medium .centered-item h3 {
            	font-size: 14px;
            }
            
            	.centered-footer .centered-item.mocked.c1 {
	        		left: -10px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c2 {
	        		left: 110px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c3 {
	        		left: 228px;
	        	}
	        	
	        	.centered-footer .centered-item.mocked.c4 {
	        		left: 348px;
	        	}

            .centered-footer .centered-item img {
                max-width: 150px;
            }

            .centered-footer .centered-item h3 {
                font-size: 16px;
                margin: 20px 0 0;
            }

            .centered-footer .centered-item p {
                line-height: 16px;
                font-size: 12px;
                padding-right: 0;
            }
            
    .snapshot {
		left: 0;
		top: 170px;
	} 
	
	
		.snapshot + .thumbnail.inline {
			max-height: 100px;	
		}    
		
			.snapshot + .thumbnail.inline {
				max-height: 100px;	
			} 
			
				.snapshot + .thumbnail.inline .icon {
					position: relative;
					top: -30px;
				}
				
				.snapshot + .thumbnail.inline h3 {
					position: relative;
					top: -40px;
				}  
            
		.snapshot + .thumbnail.inline + h1 {
			font-size: 44px;
			line-height: 45px;
			margin-top: 190px;
			padding-top: 43px;
			width: 92%;
		} 
		
			.snapshot + .thumbnail.inline + h1:before {
				top: -190px;
			}
			
	.row [class^="span-"] {
		float: none;
		width: 100%;
	}
	
	.curtain .client-logo {
		top: auto;
		right: auto;
		position: relative;
		height: 80px;
	}
	
	.curtain .snapshot {
		position: absolute;
		left: auto;		
		right: 0;
		top: 50px;
	}
	
	.sky-section.curtain.successStories .snapshot {
		position: initial;
		margin: 8px 0 6px;
	}
	
	.curtain.screenshot hr {
		margin-bottom: 15px;
	}
	
		.sky-section.curtain.screenshot p {
			max-width: 100%;
		}
	
	.sky-section.list-view div.productsContent p,
	.sky-section.list-view.full.sub div.productsContent p{
		padding-right: 0;
	}
	
	.client-logo.bacardi {
	  background-position: 281px -313px;
	}
	
	.client-logo.lamac {
	  background-position: 292px 281px;
	}
	
	.client-logo.elephant {
	  background-position: -169px -168px;
	}
	
	.client-logo.parkson {
	  background-position: 448px 157px;
	}
	
	.client-logo.cennabras {
	    top: 6px!important;
	    background-position: 131px 315px;
	    height: 97px;
	}
	
	.client-logo.ded {
	    height: 59px;
	}
	
	.client-logo.cubamax {
	   background-position: -155px -32px;
	}
	
	.client-logo.alce {
		top: auto;
		height: 150px;
	}
	
	.client-logo.lifetrack {
	   background-position: -4px -454px;
	}
	
	.client-logo.operationsacred {
  	   background-position: 273px 151px;
  	}
  	
	.our-services a {
		font-size: 18px; 
	}
	   	
	   .our-services ul {
	    	padding-right: 0;
	    	margin-top: 0;
	    	padding: 0;
	    	width: 100%;
	   }
	   
	   .our-services ul li {
	   		border-top: 1px solid;
	    	border-bottom: 1px solid;
	    	padding-bottom: 15px;
	    	padding-top: 12px;
	    	list-style: none;
	   }
	   
	  .our-services ul li.first-service{
	    	border-top: 2px solid;
	   }
	   
	   .our-services ul li.last-service{
	    	border-bottom: 2px solid;
	   }
	   
	  .our-services ul li a span {
	    	float: right;
	   }
	   
	   .sky-body.right .stripe { 
		    top: -50px;
		}

}




/* PHONE */
@media (max-width: 650px) { /* Landscape */

    html {
        -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    }

    
        .sky-section.list-view .demo {
             text-align: center;
             margin: 10px auto; 
        }
        
        .sky-section.list-view .productsVideoThumb .demo {
        	margin-top: 40px;
        }
        
        .sky-section.list-view .demo.b {
        	margin: 0 auto;
        	display: block;
        	margin-bottom: 20px;
        }
        
        .arrow-button {
    		margin: 19px 0px!important;
		}
		
		.scrollDownContent {
			bottom: -12px;
		}
		
		a.scrollDown {
	  		left: 42%;
	  		padding: 14px 50px;
		}
		
			a.scrollDown:before, 
			a.scrollDown:after {
  				  border: 11px solid rgba(0, 0, 0, 0);
			}
			
				a.scrollDown:before{ /*Change four 'top' values below to rotate (top/right/bottom/left)*/
				    top:0;
				    border-top-color:#FFFFFF;/*Arrow Color*/
				}
				
				a.scrollDown:after{
				    top:-2px;/*adjust thickness*/
				    border-top-color:#06A4DE;/*Match background colour*/
				}

        .tablet-header .content {
            padding: 7px 70px 7px 50px;
        }

            .tablet-header .content h3 {
                font-size: 22px;
            }

            .tablet-header .content .button {
                top: 7px;
                left: 7px;
                width: 27px;
                height: 27px;
            }

            .tablet-header .content .logo {
                top: 3px;
                right: 3px;
            }

                .tablet-header .content .logo img {
                    width: 125px;
                    padding: 6px;
                }

     
    .sky-header {
        position: absolute;
        width: auto;
        right: 0px;
        top: 43px;
        background-color: rgba(0, 0, 0, 0.9);
    }

   .sky-header .content {
        padding: 30px 10px 20px 10px;
    }
    
        
    .sky-header {
		  position: fixed;
		  top: 0;
		  bottom: 0;
		  margin-top: 44px;
		  overflow: auto;
		  width: 100%;
	}

    .sky-footer {
        padding: 0;
    }

        .sky-footer .content {
            width: auto;
            padding: 20px;
            position: relative;
        }

            .sky-footer .content .contact {
                margin-bottom: 0;
                padding-right: 151px;
                overflow: hidden;
                width: auto;
                min-height: 80px;
            }

                .sky-footer .content .contact p {
                    font-size: 13px;
                }

                    .sky-footer .content .contact p.links .icon {
                        margin-left: 10px;
                    }

     .closeProduct {
  		top: 45px;
  		position: fixed; 
	 }
	 
	.closeTour {
		top: 44px;
	 }
	 
	 .videoHome {
		top: 44px!important;
	 }
	
	.closeApp {
		top: 44px;
     }
     
	.closeAppSlider {
		top: 44px;
     }
     
    .closeSuccess {
		 top: 44px!important;
	}
	
	.closeProducts {
		top: 3px;
        right: 4px;
	}
	
	#markersApp {
	   top: 65px;
	   width: 140px;
	}
	
	#markersApp a {
	   width: 8px;
	   height: 8px;
	   -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   border-radius: 4px;
	}
	
	.appDivision {
		height: 80px!important;
	}
	 
    .icon {
        width: 24px;
        height: 24px;
        background-size: 120px 96px;
        /*background-color: rgb(6, 164, 222);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-repeat: no-repeat;*/
    }

        .icon.facebook {
            background-position: 0 0;
        }

        .icon.tweeter {
            background-position: -48px 0;
        }

        .icon.linkedin {
            background-position: -96px 0;
        }

        .icon.appexchange {
            background-position: -27px -24px;
        }
        
        .icon.appexchange {
    		width: 68px;
		}

        .icon.youtube {
            background-position: -4px -24px;
        }

        .icon.googleplus {
            background-position: -96px -24px;
        }

    .sky-footer .content .contact div.links.links-partners {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .sky-footer .content .contact div.links .salesforce,
    .sky-footer .content .contact div.links .salesforce:first-child {
        display: block;
        float: none;
        overflow: hidden;
        margin-right: 0;
        width: auto;
        padding-bottom: 12px;
    }

    .icon.salesforce {
        margin-top: 0;
        padding: 0 0 0 52px;
        background-color: transparent;
        background-position: -72px -48px;
    }

        .icon.salesforce p.message {
            height: 32px;
            font-size: 10px;
            padding-left: 5px;
            padding-top: 5px;
        }

    .sky-footer .icon.salesforce p.message span {
        font-size: 11px;
    }
    
    .division.sized {
		height: 24px;
	}

    .sky-mssg, .sky-section {
        width: 500px;
    }

        .sky-mssg .content .side-note {
		    font-size: 15px;
		    left: 25px;
		    padding: 45px 10px 30px;
		    top: -20px;
		    width: 80px;
        }
        
        .sky-mssg welcome h1 {
        	position: relative;
        	left: 125px;
        }

        .sky-mssg .content {
            padding: 20px 20px 80px 150px;
            margin-top: 40px;
        }
        
        .sky-mssg .content .post-note {
            bottom: 20px;
        }
        
        .video-container {
		    position: none;
		}

    .sky-division h1 {
        margin-left: 20px;
    }

    .sky-division p {
        margin: 0 0 10px 20px;
    }

    .sky-division .content {
        padding: 20px 15px 15px;
    }

    .sky-section h1 {
        line-height: 35px;
    }

    .sky-body .sky-section.curtain,
    .sky-body .sky-section.list-view {
        margin: 0 auto;
    }

    .sky-body .sky-section.list-view {
        padding-top: 0;
    }

    .sky-section.curtain h1 {
        line-height: 50px;
  		font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

    .sky-section.list-view h1:before {
        height: 4px;
        width: 100%;
    }

    .sky-section.curtain hr {
        max-width: 50%;
        margin-bottom: 15px;
    }

    .sky-section.list-view h1 {
        font-size: 25px;
        line-height: 30px;
    }

        .sky-section.list-view h1:before {
            height: 2px;
            top: -8px;
        }
	
    .sky-section.list-view h4 {
    	font-size: 15px;
    	padding-right: 0;
    }
    
    .sky-section.list-view p {
        padding-bottom: 10px;
        width: 100%;
    }
    
    .sky-section.list-view .centered-item p.myCenter2 {
     	left: 0;
    }

    .sky-section.list-view + hr {
        display: none;
    }

    .sky-section.list-view iframe,
    .sky-section.list-view .iframe {
    	display: block;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
    
    .arrow-button {
    	margin: 19px 39px;
	}
    
    	.sky-section.list-view.sub .iframe.backbone {
    		position: absolute;
    		top: 170px;
    		left: -150px;
    	}

    .sky-section.list-view.sub h1 {
        font-size: 20px;
    }
    
    .black-background .sky-section.list-view.sub h1 {
    	font-size: 20px;
		line-height: 25px;
    }

    .sky-body.intro + .stripe {
        right: -20px;
        top: 100px;
        width: 200px;
    }

    .sky-body.left.services .white-background.c2 {
        right: 0px;
    }

    .sky-body.left.services .white-background img {
        width: 200px;
        top: 25px;
        right: 20px;
    }

    .services .sky-section {
        min-height: 250px;
    }

    .sky-body.left.services .stripe {
        right: -157px;
        width: 500px;
        top: 170px;
    }

    .sky-body .sky-section {
        margin: 0px;
        width: auto;
        padding: 15px;
    }

    .services .sky-section h1,
    .services .sky-section p {
        width: 50%;
    }


    .services .sky-section .buttons {
        right: 20px;
    }

    .links .sky-section a {
        font-size: 16px;
    }

        .links .sky-section a.social {
            height: 28px;
            width: 28px;
            margin-left: 20px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .links .sky-section a.social.tweeter {
                background-position: -30px 0px;
            }

            .links .sky-section a.social.linkedin {
                background-position: -61px 0px;
            }

    .process .sky-section h1, .process .sky-section p {
        width: 38%;
    }

    .sky-section .bows {
        left: 45%;
        top: 30px;
    }

    .bow {
        height: 120px;
        width: 120px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

        .bow .inner {
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 10px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

        .bow.big {
            height: 220px;
            width: 220px;
            -webkit-border-radius: 110px;
            -moz-border-radius: 110px;
            border-radius: 110px;
        }

        .bow .text {
            font-size: 10px;
            margin-top: -7px;
        }

    .sky-section .bows .bow.c1 {
        left: 10px;
        top: 0px;
    }

        .sky-section .bows .bow.c1 .inner {
            background-position: -300px -45px;
        }

        .sky-section .bows .bow.c1 .text,
        .sky-section .bows .bow.c3 .text,
        .sky-section .bows .bow.c5 .text {
            left: 20px;
        }

    .sky-section .bows .bow.c2 {
        left: 90px;
        top: 0px;
    }

        .sky-section .bows .bow.c2 .inner {
            background-position: -500px -45px;
        }

        .sky-section .bows .bow.c2 .text,
        .sky-section .bows .bow.c6 .text,
        .sky-section .bows .bow.c4 .text {
            right: 20px;
        }

    .sky-section .bows .bow.c3 {
        left: -31.2px;
        top: 68.6px;
    }

        .sky-section .bows .bow.c3 .inner {
            background-position: -100px -45px;
        }

    .sky-section .bows .bow.c4 {
        left: 131.2px;
        top: 68.6px;
    }

        .sky-section .bows .bow.c4 .inner {
            background-position: -700px -45px;
        }

    .sky-section .bows .bow.c5 {
        left: 10px;
        top: 137.2px;
    }

        .sky-section .bows .bow.c5 .inner {
            background-position: -1100px -45px;
        }

    .sky-section .bows .bow.c6 {
        left: 90px;
        top: 137.2px;
    }

        .sky-section .bows .bow.c6 .inner {
            background-position: -900px -45px;
        }

    .sky-section .bows .bow.big.b1 {
        left: -25px;
        top: -60px;
    }

    .sky-section .bows .bow.big.b2 {
        left: -60px;
        top: 90px;
    }

    .sky-section .bows .bow.big.b3 {
        left: 60px;
    }

    .sky-body.process .sky-section {
        padding-top: 25px;
        padding-bottom: 120px;
    }

    .slider .sky-section {
        padding: 0 30px 20px 30px;
    }

        .slider .sky-section .slider-section h5 i {
            width: 32px;
            height: 32px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
        }

        .slider .sky-section .slider-section.c1 h5 i {
            background-position: 2px 4px;
        }

        .slider .sky-section .slider-section.c2 h5 i {
            background-position: -28px 3px;
        }

        .slider .sky-section .slider-section.c3 h5 i {
            background-position: -59px 4px;
        }

        .slider .sky-section .slider-section.c4 h5 i {
            background-position: -91.5px 4px;
        }

        .slider .sky-section .slider-section.c5 h5 i {
            background-position: -118px 4px;
        }

        .slider .sky-section .slider-section.c6 h5 i {
            background-position: -147px 3px;
        }

        .slider .sky-section .slider-section.c7 h5 i {
            background-position: -183px 3px;
        }

        .slider .sky-section .slider-section.c8 h5 i {
            background-position: 3px 3px;
        }

        .slider .sky-section .slider-section.c9 h5 i {
            background-position: -30px 4px;
        }

        .slider .sky-section .slider-section.c10 h5 i {
            background-position: -60px 3px;
        }

        .slider .sky-section h3 {
            font-size: 16px;
            margin: 5px 0;
        }

    .slider .control {
        top: 100px;
    }

    .control.close {
        top: 0px;
        right: 0px;
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        z-index: 2;
    }
    
	.control.close.closeVideo {
		 top: 8px;
	}
	
	.control.close.closeSuccess,
	.control.close.closeServices {
		 top: 44px;
	}

    .control {
        width: 28px;
        height: 35px;
    }
/*
        .control::after, .control::before {
            top: 50%;
            margin-top: -6px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
        }

        .control.prev::after {
            left: 1px;
            border-right: 6px solid rgb(6, 164, 222);
            border-left: 6px solid transparent;
        }

        .control.prev::before {
            left: -1px;
            border-right: 6px solid white;
            border-left: 6px solid transparent;
        }

        .control.next::after {
            left: 6px;
            border-left: 6px solid rgb(6, 164, 222);
            border-right: 6px solid transparent;
        }

        .control.next::before {
            left: 8px;
            border-left: 6px solid white;
            border-right: 6px solid transparent;
        }
*/

        .control.next::after {
            left: 8px;
        }

        .control.next::before {
            left: 10px;
        }
        
        .control.prev::after {
            left: -4px!important;
        }

        .control.prev::before {
            left: -6px!important;
        }


    .sky-body.about .sky-section {
        padding-top: 0px;
    }

    .people .sky-section {
        margin: 0 auto;
        width: 420px;
    }

    .people .photo-section .employee {
        width: 33.333%;
    }

        .people .photo-section .employee.clear-3 {
            clear: left;
        }

        .people .photo-section .employee.clear-2 {
            clear: none;
        }

    .people .clearer-3 {
        display: block;
    }

    .people .clearer-2 {
        display: none;
    }

    .people .photo-section img {
        width: 125px;
    }

    .people .photo-section h4 {
        font-size: 12px;
        margin-right: 15px;
    }

    .people .photo-section h5 {
        font-size: 11px;
        margin-right: 15px;
    }

    .people .photo-section h6 {
        font-size: 8px;
        margin-right: 15px;
    }
    
    .people .photo-section p {
        display: none;
    }

    .control-group .controls {
        margin: 4px 20px 4px 4px;
    }

    .email .buttons {
        margin-right: 20px;
    }

    a.big.learn-more {
        font-size: 14px;
        padding: 4px 10px;
    }

    .control-group .controls label .information {
        height: 14px;
        width: 14px;
        font-size: 12px;
        line-height: 14px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    .ui-tooltip, .error-msg {
        padding: 5px;
        font-size: 13px;
    }

    .arrow.left {
        left: 80%;
    }

    .visit p {
        line-height: 13px;
        margin-top: 8px;
    }

    .overlay {
        position: absolute;
        height: 100%;
    }

    .form-inline .control-group {
	    width: 48%;
	    padding-left: 2%;
	}
	
		.form-inline .control-group:first-child {
			padding-left: 0;
			padding-right: 2%;	
		}

    .form-login {
        top: 40px;
        margin-top: 0;
    }

        .form-login .form-inline .control-group {
            width: 70%;
        }

        .form-login .buttons a {
            margin-top: 5px;
        }

    label.checkbox {
        font-size: 12px;
    }

    /* GENERAL USE */
    h1 {
        font-size: 40px;
    }

    p,
    ul,
    .sky-section.list-view p,
    .sky-section.list-view.full p,
    .sky-section.list-view.full.sub p,
    .sky-section.list-view a,
    .snapshot a  {
        line-height: 1.5;
    }

    p {
        margin-top: 8px;
    }

    a.learn-more {
        padding: 4px 8px;
        font-size: 10px;
    }

    hr {
        margin: 5px 0 10px 0;
    }

    label {
        font-size: 14px;
        margin-top: 5px;
    }

    input[type="text"], input[type="password"], textarea {
        padding: 2px 3px;
        font-size: 12px;
        line-height: 12px;
    }
    
    form.subscribe input[type="text"] {
    	width: 150px;
    	padding: 4px 0px 0px 9px;
	}
	
	form.subscribe input[type="submit"] {
		-webkit-appearance: none; /* for apple device */
		-moz-appearance: none;
		appearance: none;
	}

    textarea {
        height: 130px;
    }

    h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .not-found .sky-section span {
        font-size: 10px;
    }

    .carousel .sky-section {
        padding: 0;
    }

    .carousel-section .content h1 {
        line-height: 45px;
        font-size: 45px;
    }

    .carousel-section .content p {
        line-height: 24px;
        font-size: 19px;
    }

    .carousel .clouds .markers {
        bottom: 15px;
    }

        .carousel .clouds .markers a {
            width: 8px;
            height: 8px;
            margin-left: 8px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .clouds .small-shadow {
        left: -90%;
    }

    .sky-section.list-view.full h1,
    .sky-section.list-view.sub h1.normal, 
    .sky-section.list-view.full.sub h1.normal {
        font-size: 35px;
        line-height: 35px;
        margin: 25px 0 10px;
    }
    
    .sky-section.list-view.full h1 {
        margin-bottom: 30px;
    }

        .sky-section.list-view.full h1:before {
            height: 3px;
            top: -25px;
            width: 50%;
        }
    
    .thumbs .thumbnail h3 {
        font-size: 20px;
    }    

	    .thumbs .thumbnail .hover .content p {
	        font-size: 09px;
	        line-height: 11px;
	    }
	
	    .thumbs .thumbnail .hover .content h4 {
	        font-size: 18px;
	    }

    .centered-footer {
        padding: 80px 0 20px;
    }
    
    .sky-section.list-view.sub .iframe.centered-footer {
    	left: 0;
    	top: 0;
    	margin-left: 0;
    	max-width: none;
    }
    
    	.sky-section.list-view.sub .iframe.centered-footer .centered-item {
    		display: inline-block;
    		margin-top: 15px;
    	}
    
        .centered-footer .centered-item {
            margin: 0 15px 60px;
            display: block;
        }

            .centered-footer .centered-item h3 {
                margin: 15px 0 0;
            }
            
	.centered-item.mocked {
		display: none;
	}
	
	.snapshot {
			top: 137px;
			margin-top: 20px;
	} 
	
		.snapshot + .thumbnail.inline {
			max-height: none;
			overflow-y: hiddden;	
		}    
		
			.snapshot + .thumbnail.inline {
				max-height: none;				
				margin-bottom: 30px; 	
			} 
			
				.snapshot + .thumbnail.inline .icon {
					top: 0;
				}  
				
				.snapshot + .thumbnail.inline h3 {
					top: -10px;					
	    			font-size: 35px; 
				}
            
		.snapshot + .thumbnail.inline + h1 {
			  font-size: 47px;
       	      padding-top: 92px;
			  line-height: 47px;
			  margin-top: 160px;
		} 
		
			.snapshot + .thumbnail.inline + h1:before {
				top: -158px;
			}
			
	.curtain .snapshot {
		top: 20px;
	}
	
	.sky-section.successStories {
     	padding: 40px;
     }
     
	.sky-section.curtain.successStories .snapshot {
	    left: auto;
	    top: 100px;
	    right: 30px;		
	}
	
	.sky-section.curtain.successStories p {
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
	}
	
	.holder .sky-body .sky-section .contact {
		margin-top: 40px;
	}
	
	.window h1 {
		font-size: 22px;
		line-height: 26px;
		margin-top: 5px;
	}
	
	.window h3 {
		font-size: 14px;
		line-height: 16px;
	}
	
	.window hr {
		margin: 2px 0 6px;
		border-bottom: none;
		border-top-width: 1px;
	}
	
		.window hr.extended:after {
			top: -1px;
			border-top-width: 1px;
		}
}

@media (max-width: 400px) { /* Landscape */

    .sky-mssg, .sky-section {
        width: 300px;
    }
    
    .sky-mssg .content .side-note {
            left: 20px;
            padding: 40px 10px 15px;
     }
        
    a.scrollDown {
  		left: 42%;
	}
		
    .productsVideoThumb p {
    	text-align: center;
    }
     
     .centered-footer.small .centered-item {
     	display: block!important;
     }
     
     .productsContent {
     	width: 100%;
     }
     
     .productsVideoThumb {
     	width: 100%;
     	padding: 5px;
     }
     
     .sky-section.list-view .demo {
		  margin-bottom: 5px;
	}
	
	.sky-section.list-view .productsVideoThumb .demo {
		margin-top: 10px;
		width: 230px;
		height: 130px;
	}
	
	.youtubePlay {
		 top: 39%;
     }
    
	
	.sky-section.curtain.successStories p {
		padding-top: 0;
	}
	
	.sky-section.curtain.successStories .snapshot {
		  top: 13px;
		  right: 0px;
		  max-width: 250px;
		  max-height: 222px;
	}
      
       .sky-mssg .content .post-note {
		  right: -26px;
		  bottom: 67px;
       }

        .sky-mssg .content {
            padding: 140px 20px 60px;
            margin-top: 50px;
        }

       .sky-mssg .content h1 {
            font-size: 28px;
       }
       
      .sky-mssg .content .post-note a {
	    	font-size: 12px;
	    	font-weight: normal;
	    	width: 100px;
	    }
	    

	    

    .sky-body .sky-section.curtain,
    .sky-body .sky-section.list-view {
        width: auto;
        margin: 0;
    }

    .sky-section.curtain h1,
    .sky-section.curtain.screenshot h1 {
        line-height: 40px;
        font-size: 38px;
        max-width: 100%;
    }

    .sky-section.curtain hr,
    .sky-section.curtain.screenshot hr {
        max-width: 100%;
        border-top-width: 4px;
        margin-bottom: 20px;
    }
    
    	.sky-section.curtain.screenshot hr {
    		margin-bottom: 0;
    	}

    .sky-footer .content .contact {
        padding-right: 0;
        min-height: 0;
    }

        .sky-footer .content .contact div.links.links-partners {
            position: relative;
            right: initial;
            top: initial;
            width: 100%;
            clear: both;
            padding-top: 15px;
        }

        .sky-footer .content .contact div.links .salesforce,
        .sky-footer .content .contact div.links .salesforce:first-child {
            float: left;
        }

    .services .sky-section {
        padding-bottom: 240px;
        min-height: 0px;
    }

        .services .sky-section h1, .services .sky-section p {
            width: auto;
        }

    .sky-body.left.services .white-background img {
        right: auto;
        top: auto;
        bottom: 20px;
        left: 20px;
    }

    .services .sky-section .buttons {
        bottom: 20px;
    }

    .links .sky-section a {
        font-size: 14px;
    }

        .links .sky-section a.social {
            margin-left: 10px;
        }

    .links .sky-section {
        padding: 10px 20px;
    }

    .process .sky-section h1, .process .sky-section p {
        width: auto;
    }

    .sky-body.process .sky-section {
        padding-bottom: 280px;
    }

    .sky-section .bows {
        left: 50px;
        top: auto;
        bottom: 280px;
    }

    .people .sky-section {
        width: 270px;
    }

    .people .photo-section .employee {
        width: 50%;
    }

        .people .photo-section .employee.clear-2 {
            clear: left;
        }

        .people .photo-section .employee.clear-3 {
            clear: none;
        }

    .people .clearer-3 {
        display: none;
    }

    .people .clearer-2 {
        display: block;
    }

    .people .clearer-2 {
        display: block;
    }

    .people .photo-section img {
        width: 125px;
    }

    .people .photo-section h4,
    .people .photo-section h5,
    .people .photo-section h6 {
        margin-right: 10px;
    }

    .form-inline .control-group {
        width: 100%;
        padding: 0;
    }

    .form-login {
        top: 85px;
    }

        .form-login .form-inline .control-group {
            width: 90%;
        }

        .form-login .buttons a {
            margin-top: 20px;
        }

    .carousel .sky-section .carousel-section .content, 
    .sky-section.list-view.full p {
        width: 75%;
    }
    
    .carousel-section .content h1 {
        line-height: 35px;
        font-size: 30px;
    }

    .carousel-section .content p {
        line-height: 22px;
        font-size: 16px;
    }

    .sky-section.list-view.full {
        padding: 0 0 50px 0;
        margin: 0 auto;
        width: 300px;
    }

    .thumbs .thumbnail {
        width: 99.5%;
    }
    
    .thumbnail.inline {
    	text-align: center;
    	white-space: normal;
    }
    
	    .thumbnail.inline > h3 {
	    	display: block;   	
	    }
	    
	.snapshot {
		top: 170px;
	} 
	
		.snapshot + .thumbnail.inline + h1 {
			margin-top: 150px;
		}   
	    
			.snapshot + .thumbnail.inline + h1:before {
				width: 100%;
				height: 2px;
			}
			
	.curtain .snapshot {
		top: auto;
		right: auto;
		position: relative;
		margin-left: 0;
		margin-top: 15px;
	}
   
   .contentProducts .sky-body {
   		padding-bottom: 64px;
   }
   
  .homeVideo {
   		padding-top: 40px!important;
   }
   
}


 /* Only for Contact Form */
 
@media screen and (max-height: 880px) {

	#bodyContact {
		top: 0;
		overflow: auto;
		padding-top: 10%;
	}
	
	#bodyContact .sky-section {
		height: 100%;
		padding: 0;
	}
	
	#bodyContact .sky-section .contact {
	   position: relative;
	}

}




