<style>
	html{
		height:100%;
	}
    body {
        background: #fbfbfb;
        font-family: 'Roboto', 'sans-serif';
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
        overflow-x:hidden;
        
    } 	
    h1,h2,h3,h4,h5,h6{
    	font-family:'Roboto','sans-serif';
    	font-weight:100;
    
    }
    .link span{
    	font-family:'Roboto', 'sans-serif';
    	font-weight:300;
    }
    .link img{
    	margin:0 auto;	
    }
    .nav{
    	float: right;
   		margin: 0;
	    padding: 0;
	    top: 42px;
	    right: 5%;
	    position: absolute;
    }
   .container.link a {
   		text-decoration:none;
   		font-size:25px;
   		color:#000;
   		cursor:pointer;  		
   }
   .container.link a:hover{
   		text-decoration:none;
   		color:#D97D80;
   }
    
    ul.nav li{
    	display: inline-block;
    	list-style-type: none;
    	margin: 0;
    }
    ul.nav li a{    	
	    position: relative;
	    display: block;
	    padding: 0px 9px;
	    font-size: 13px;
	    color: #fff;
    }
    ul.nav li a:hover{    	
	    color: #f5911E !important;
	    background-color:transparent;
    }
    
    .flexslider-controls {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flexslider-controls .text-container {
   		position:absolute;
   		top:30%;
   		left:25%;
    	background: rgba(0, 0, 0, 0.5);
    	width:50%;
    	padding:20px;
    	z-index:1000;
    }
    .flexslider-controls h1,h3 {
    	color:#fff;

    }
    .flexslider-controls h3 {
    	margin-bottom:30px;
    }
    input[type=button] {
    	color:#000;
    	padding:5px 30px 5px 30px;
    	background: #fff;
    	border:none;
    	margin-right:10px;
	    background: -webkit-linear-gradient(#fff, #D5D6D8);
	    background: -o-linear-gradient(#fff, #D5D6D8);
	    background: -moz-linear-gradient(#fff,#D5D6D8);
	    background: linear-gradient(#fff, #D5D6D8);
	    border-radius: 2px;
    	box-shadow: 2px 2px 5px 1px #000;
    }
    input[type=button]:nth-child(2) {
    	margin-left:10px;
    	margin-right:10px;
    }
    input[type=button]:hover {
    	color:#fff;
    	background: #E72120;
	    background: -webkit-linear-gradient(#E72120, #5C0808);
	    background: -o-linear-gradient(red, #5C0808);
	    background: -moz-linear-gradient(red, #5C0808);
	    background: linear-gradient(#E72120, #5C0808);
    	
    }
    .navbar{
    	background: url("../images/menubar.png");
    	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	 	-o-background-size: cover;
	  	background-size: cover;
	    top:0;
    	width:100%;
    	height:70px;
    	margin-bottom:0px !important;
    	border:none !important;
    	border-radius: 1px;
    }  
    .navbar-fixed-top{
    	border:none !important;
    }
    .navi{
    	margin:auto;
    	margin-top:20px; 
    	width:90% !important;   
    } 
    .link{
   		margin-bottom:40px;
   		overflow-x:hidden;
   	}
   	.link.mini{
   		padding-bottom:80px;
   		margin:0;
   		background:url('../images/interested_bg.jpg');
   		background-repeat:no-repeat;
   		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
   	}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			
		background-color:transparent;
	}
	.navbar-default .navbar-toggle {
	    border:none;
	    }
	.navbar-toggle .icon-bar{ 
	    transition: all 0.2s;
	  }
	.navbar-toggle  .top-bar {
	    transform: rotate(45deg);
	    transform-origin: 10% 10%;
	  }
	.navbar-toggle  .middle-bar {
	    opacity: 0;
	  }
	.navbar-toggle  .bottom-bar {
	    transform: rotate(-45deg);
	    transform-origin: 10% 90%;
	  }
	
	.navbar-toggle.collapsed .top-bar {
	    transform: rotate(0);
	  }
	.navbar-toggle.collapsed .middle-bar {
	    opacity: 1;
	  }
	.navbar-toggle.collapsed .bottom-bar {
	    transform: rotate(0);
	  }
	 .container-fluid.footer{
	  background-image:url('../images/footer_bg.png');
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
   
	   }
	   .footer-content {
	   		padding:15px 20px 15px 20px;
	   }
	   .footer-content p{
	   		color:#ddd;
	   		font-size:11px;
	   		font-weight:400;
	   }
	    .big-box{
      		background:#fff;                  
      		overflow-x:hidden;
      }
      .help-block{
      		font-weight:bold !important;
			color:#f05a24 !important;
      }
      .circle{          
            width: 235px;
            margin: 6px 6px 70px;
            display: inline-block;
            position: relative;
            text-align: center;
      }
      .circle strong{          
            position: absolute;
            top: 30px;
            left: -2px;
            width: 100%;
            text-align: center;
            line-height: 27px;
            font-size: 30px;
            font-weight:300;
      }   
      .circle p{
      		font-size:15px;
      }
      .circle span{
            padding-top: 12px;
            display:inline-block;
            margin-left:0px;
            font-weight: 600;
    		letter-spacing: 5px;
      }
      .touch{
      		background:url("../images/contact-bg_1.jpg");
      		background-repeat:repeat;
      }
      .bloop{      
      		padding-top:30px;
      }
      .form::before{
      		content: "";
		    width: 97%;
		    border: 1px solid #6d6d6d;
		    margin-top: 0px;
		    margin-bottom: 25px;
		    margin: 0 auto 25px auto;
      
      }
        .link .photo{
   		overflow:hidden;
   		}
      .bloop::before{
      		content: "";
		    width: 97%;
		    border: 1px solid #FCFCFC;
		    margin-top: 0px;
		    margin-bottom: 25px;
		    margin: 0 auto 25px auto;
      
      }
      	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    	color:    #fff !important;
		}
		input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #fff !important;
		   opacity:  1;
		}
		input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #fff !important;
		   opacity:  1;
		}
		input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #fff !important;
		}  
		input[type=submit]{
			color: #fff;
		    padding: 20px 50px 20px 50px;
		    border-radius: 2px;
		    font-weight: 600;
		    background: #8BC43F;
		    border: none;
		}
		.icons .row{
			text-align:center;
		}
		.icons p{
			font-weight:bold;
		}
		.stick img{
		width:50%;
		padding-top:20px;
		}
		
		.circlet{
		 width:70%;
		 margin: 30px auto;
		 }
		 .circlet.ball{
		 width:70%;
		 margin: -8px auto;
		 }
		 .footer-content .stick{
		text-align:right;
		}
		.bloop .img-full{
		display:block;
		margin:0 auto;
		}
		.bloop .mobilepic{
		display:none;
		margin:0 auto;
		}

	 @media screen and (max-width:882px){
		.flexslider-controls .text-container{
		top:25%;		
		}
	}
	@media screen and (max-width:768px){		
	.flexslider-controls .text-container{
		padding:7px;
		}
	.nav li{
		width:100%;
		}
	.flexslider-controls .text-container{
		top:12%;		
		}	
	.footer-content .stick{
		text-align:left;
	}
	
	.flexslider-controls .text-container h1{
		font-size:30px;
		}
	.flexslider-controls .text-container h3{
		font-size:17px;
		margin-bottom:0px;
		}
	}
	@media (max-width: 640px) and (min-width: 320px){
		  .bloop .img-full{
		   display:none;
		  }		
		  .bloop .mobilepic{
		   display:block;
		  }
		}
	@media screen and (max-width:480px){
		.navbar{
			height:40px;
		}	
		.navbar img{
		    width: 40%;
		    position: absolute;
		    top: 10px;
		    left: 15px;
		}
		.circle{
		width: 125px;
		display:block;
		text-align:left;
		margin: 6px auto 20px;
		}
		.circlet.ball{
		width: 100%;
    	margin: 0px auto;
		}
		.circlet.ball .col-xs-4{
		padding-left:10%;
		}
		.circle p{
			font-size:10px;
			margin-top:-10px;
		}
		.circle canvas {
	    width: 60px;
	    height: 60px;
		}
		.circle span{
		padding-top:6px;
		font-size: 10px;
	    width: 80px;
	    margin-left: -8px;
	    letter-spacing: 1px;
   	 	text-align: center;
		}
		.circle strong {
		top:9px;
		font-size:17px;
    	left: -32px;
		}
		.circlet{
		width:100%;
    	margin: 15px auto;

		}
		.icons .row{
		text-align:left;
		}
		.flexslider-controls .text-container h1{
		font-size:17px;
		}
		.flexslider-controls .text-container h3{
		font-size:12px;
		margin-bottom:0px;
		}
		.footer-content .col-md-4{
		margin-bottom:20px;
		} 
	  .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    	}
   	 .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    	}  
    	.getin .text-left{
   			margin-top:20px;
   			padding-left:0px;
   		} 
   		.stick img{
   		width:55%;
   		padding-top:15px;
   		}
   		.icons img{
		width:25%;		
		}

   		.icons p{
		width:75%;
		display:-webkit-inline-box;
		}
		.icons .cent{
		position: absolute;
    	top: 34px;
    	}
   		
	@media screen and (max-width:380px){
	
		.icons h3{
		margin-top:30px;
		}
   		.icons img{
		width:25%;		
		}
		.icons p{
		width:75%;
		}
		.circlet.ball .col-xs-4{
		padding-left:8%;
		}
   		
   		
		.icons .cent{
    	top: 27px;
    	}

		.footer-content {
		padding: 15px 20px 15px 0px;
		}
		.container.link a {
   		font-size:17px;  		
   		}
   		.link .col-md-4{
   			padding-bottom:20px;
   		}
   		
   	
	}
